set nornu when line numbers aren't shown

This commit is contained in:
Cam Thompson 2011-02-27 21:30:43 -05:00
parent d595605ff1
commit e697444f29

View File

@ -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>