-
-
Notifications
You must be signed in to change notification settings - Fork 39.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace DEBOUNCING_DELAY (depricated) with DEBOUNCE #5997
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another day, another ~breaking change~
s/depricated/deprecated 😆 |
@fauxpark actually, the breaking change has already occurred. But yes. @noroadsleft tomato, tomato. :D |
I'm using @skullydazed's definition of "breaking change", because this PR touches user keymaps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. 👍
1e848d6
to
8f5d8d1
Compare
8f5d8d1
to
9d8277d
Compare
Travis is running So there will be errors |
Description
Like the title says.
Specifically,
DEBOUNCING_DELAY
is no longer used by the core code, butDEBOUNCE
is.This changes the defines everywhere to use
DEBOUNCE
, so it's consistent everywhere.Types of Changes
Checklist