Add set nu
This commit is contained in:
parent
64a81818ee
commit
e64b8cf5b8
|
|
@ -419,3 +419,5 @@ endfunction
|
||||||
" if has("autocmd")
|
" if has("autocmd")
|
||||||
" au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
|
" au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
|
||||||
"endif
|
"endif
|
||||||
|
|
||||||
|
set nu
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue