We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@add wrapper eval internal custom function for adding internal mode command handlers.
@add
Next, @add should add mode commands, such a: foo_on, foo_off, foo (for the mode called "foo').
mode
foo_on
foo_off
foo
And next, if the default state of mode is False internal mode command handlers will be removed.
BUT! For some reason, if _remove_mode_handlers was not be called, the mode commands will not be work.
_remove_mode_handlers
What a mess!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@add
wrapper eval internal custom function for adding internal mode command handlers.Next,
@add
should addmode
commands, such a:foo_on
,foo_off
,foo
(for the mode called "foo').And next, if the default state of mode is False internal mode command handlers will be removed.
BUT! For some reason, if
_remove_mode_handlers
was not be called, themode
commands will not be work.What a mess!
The text was updated successfully, but these errors were encountered: