Add absolute line number

remove toggle as it is no longer needed
This commit is contained in:
Nick Nisi
2013-09-09 16:02:42 -05:00
parent 79f6e612b8
commit db41394bfb
2 changed files with 1 additions and 9 deletions

View File

@@ -13,15 +13,6 @@ function! WinMove(key)
endif
endfunction
" toggle relative line numbers
function! ToggleNuMode()
if (&rnu == 1)
setlocal nu
else
setlocal rnu
endif
endfunction
" tell me what syntax group the word below the cursor belongs to
function! <SID>SynStack()
if !exists("*synstack")