We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23dfc6d + 3effeb5 commit 7f36008Copy full SHA for 7f36008
README.markdown
@@ -83,7 +83,7 @@ __Q. How can I open a NERDTree automatically when vim starts up if no files were
83
A. Stick this in your vimrc
84
85
autocmd StdinReadPre * let s:std_in=1
86
- autocmd VimEnter * if !argc() == 0 && !exists("s:std_in") | NERDTree | endif
+ autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
87
88
__Q. How can I map a specific key or shortcut to open NERDTree?__
89
0 commit comments