set nornu when line numbers aren't shown
This commit is contained in:
parent
d595605ff1
commit
e697444f29
@ -2668,6 +2668,7 @@ function! s:initNerdTreeInPlace(dir)
|
|||||||
setlocal nu
|
setlocal nu
|
||||||
else
|
else
|
||||||
setlocal nonu
|
setlocal nonu
|
||||||
|
setlocal nornu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
iabc <buffer>
|
iabc <buffer>
|
||||||
@ -2904,6 +2905,7 @@ function! s:createTreeWin()
|
|||||||
setlocal nu
|
setlocal nu
|
||||||
else
|
else
|
||||||
setlocal nonu
|
setlocal nonu
|
||||||
|
setlocal nornu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
iabc <buffer>
|
iabc <buffer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user