-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error detected while processing function nerdtree#postSourceActions[2]..nerdtree#ui_glue#createDefaultBindings #1051
Comments
Let's do a quick sanity check first. Look in your call s:initVariable("g:NERDTreeMapCustomOpen", "<CR>")
|
The code you references is written in line 124, though:
|
@Ryuno-Ki Wow! Has it really been a year since this was opened? Sorry I dropped the ball on this one. Is this still an issue for you? |
I completely forget about it, too! |
Still an issue! I just installed NERDTree and opened vim with no arguments and it presents the same error. The NERDTreeMapCustomOpen line is not present in my brand new ../nerdtree/plugin/NERD_tree.vim file, |
same problem on my machine after installation |
I've got it too! |
fresh install. And we have the same problem too. @PhilRunninger , is it worth to revisit the problem, please ? |
Hey @az-z, Phil has retired from the project(see #1280) for quite a while now; I wasn't aware of this issue since it was already closed when I joined the project, But I think I can help with that. |
Self-Diagnosis
:h NERDTree
Environment (for bug reports)
:echo v:version
: 801?
: 6.1.3 (commit 926ff0e with minpac)map <silent> <F2> :NERDTreeToggle<CR>
, full.vimrc
at the bottom.Steps to Reproduce the Issue
Current Result (Include screenshots where appropriate.)
First an error message:
Then, hitting return on an opened NERDTree does nothing.
Expected Result
No error message on startup.
Hitting return on a file in NERDTree loads that file in the current buffer.
Full
.vimrc
The text was updated successfully, but these errors were encountered: