Update stale comments
@lifecrisis pointed out this stale comment here: https://github.com/scrooloose/nerdtree/pull/578#issuecomment-302392831 Closes: #640
This commit is contained in:
parent
45f4d61f04
commit
0c0bde3106
@ -89,7 +89,9 @@ function! nerdtree#deprecated(func, ...)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" FUNCTION: nerdtree#exec(cmd) {{{2
|
" FUNCTION: nerdtree#exec(cmd) {{{2
|
||||||
" same as :exec cmd but eventignore=all is set for the duration
|
" Same as :exec cmd but with eventignore set for the duration
|
||||||
|
" to disable the autocommands used by NERDTree (BufEnter,
|
||||||
|
" BufLeave and VimEnter)
|
||||||
function! nerdtree#exec(cmd)
|
function! nerdtree#exec(cmd)
|
||||||
let old_ei = &ei
|
let old_ei = &ei
|
||||||
set ei=BufEnter,BufLeave,VimEnter
|
set ei=BufEnter,BufLeave,VimEnter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user