only set relativenumber for vim >= 7.3

This commit is contained in:
Martin Grenfell 2011-03-03 12:18:04 +13:00
parent bc0c64ef82
commit 1dd345c56d

View File

@ -2664,8 +2664,10 @@ function! s:initNerdTreeInPlace(dir)
setlocal nu setlocal nu
else else
setlocal nonu setlocal nonu
if v:version >= 703
setlocal nornu setlocal nornu
endif endif
endif
iabc <buffer> iabc <buffer>
@ -2901,8 +2903,10 @@ function! s:createTreeWin()
setlocal nu setlocal nu
else else
setlocal nonu setlocal nonu
if v:version >= 703
setlocal nornu setlocal nornu
endif endif
endif
iabc <buffer> iabc <buffer>