mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-09 03:43:50 -05:00
only set relativenumber for vim >= 7.3
This commit is contained in:
@@ -2664,8 +2664,10 @@ function! s:initNerdTreeInPlace(dir)
|
||||
setlocal nu
|
||||
else
|
||||
setlocal nonu
|
||||
if v:version >= 703
|
||||
setlocal nornu
|
||||
endif
|
||||
endif
|
||||
|
||||
iabc <buffer>
|
||||
|
||||
@@ -2901,8 +2903,10 @@ function! s:createTreeWin()
|
||||
setlocal nu
|
||||
else
|
||||
setlocal nonu
|
||||
if v:version >= 703
|
||||
setlocal nornu
|
||||
endif
|
||||
endif
|
||||
|
||||
iabc <buffer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user