nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 23ba97d263d082e9289716ab9c412e766e19283a
parent 45f4d61f04e7ef33360f7735931da9ea2ebc05e0
Author: Phil Runninger <PhilRunninger@users.noreply.github.com>
Date:   Thu, 18 May 2017 12:33:11 -0400

Merge pull request #691 from wincent/patch-1

Update stale comments
Diffstat:
Mautoload/nerdtree.vim | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/autoload/nerdtree.vim b/autoload/nerdtree.vim
@@ -89,7 +89,9 @@ function! nerdtree#deprecated(func, ...)
 endfunction
 
 " 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)
     let old_ei = &ei
     set ei=BufEnter,BufLeave,VimEnter