mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
enabled line numbers
This commit is contained in:
parent
232edf70a4
commit
a3b08acaeb
@ -411,3 +411,8 @@ function! <SID>BufcloseCloseIt()
|
|||||||
execute("bdelete! ".l:currentBufNum)
|
execute("bdelete! ".l:currentBufNum)
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
" => custom settings
|
||||||
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
set number
|
||||||
|
Loading…
Reference in New Issue
Block a user