mirror of
1
0
Fork 0

Fix redundant "ruler" option

This commit is contained in:
Coldle 2023-07-09 00:01:12 +08:00 committed by GitHub
parent 8bf90b12d0
commit 0606326591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -76,9 +76,6 @@ else
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
endif
" Always show current position
set ruler
" Height of the command bar
set cmdheight=1
@ -168,8 +165,7 @@ set ffs=unix,dos,mac
" => Files, backups and undo
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Turn backup off, since most stuff is in SVN, git etc. anyway...
set nobackup
set nowb
set noswapfile