commit e697444f29bbe2fb38f2274b6a136ad06ac3d755
parent d595605ff17b18fbc2addffb716e1a184b48f3eb
Author: Cam Thompson <cam@camthompson.com>
Date: Sun, 27 Feb 2011 21:30:43 -0500
set nornu when line numbers aren't shown
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -2668,6 +2668,7 @@ function! s:initNerdTreeInPlace(dir)
setlocal nu
else
setlocal nonu
+ setlocal nornu
endif
iabc <buffer>
@@ -2904,6 +2905,7 @@ function! s:createTreeWin()
setlocal nu
else
setlocal nonu
+ setlocal nornu
endif
iabc <buffer>