mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
Fix redundant "ruler" option
This commit is contained in:
parent
8bf90b12d0
commit
0606326591
@ -76,9 +76,6 @@ else
|
|||||||
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
|
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Always show current position
|
|
||||||
set ruler
|
|
||||||
|
|
||||||
" Height of the command bar
|
" Height of the command bar
|
||||||
set cmdheight=1
|
set cmdheight=1
|
||||||
|
|
||||||
@ -168,8 +165,7 @@ set ffs=unix,dos,mac
|
|||||||
" => Files, backups and undo
|
" => Files, backups and undo
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" Turn backup off, since most stuff is in SVN, git etc. anyway...
|
" Turn backup off, since most stuff is in SVN, git etc. anyway...
|
||||||
set nobackup
|
|
||||||
set nowb
|
|
||||||
set noswapfile
|
set noswapfile
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user