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
:h NERDTree
:echo v:version
?
function! QuoteMapping() abort echo "Hello, world!" endfunction call NERDTreeAddKeyMap({'key': ',"', 'callback': 'QuoteMapping', 'quickhelpText': 'say hello'})
"
E116: Invalid arguments for function nerdtree#ui_glue#invokeKeyMap
Mappings can include any ASCII character.
This can probably be addressed like #948. I don't know if any other characters also need to be escaped.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Self-Diagnosis
:h NERDTree
Environment (for bug reports)
:echo v:version
: 802?
: 6.10.0Steps to Reproduce the Issue
"
)Current Result (Include screenshots where appropriate.)
E116: Invalid arguments for function nerdtree#ui_glue#invokeKeyMap
Expected Result
Mappings can include any ASCII character.
This can probably be addressed like #948. I don't know if any other characters also need to be escaped.
The text was updated successfully, but these errors were encountered: