mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-08 11:03:47 -05:00
Make :mkview not save options
References https://github.com/tpope/vim-sensible/issues/163#issuecomment
This commit is contained in:
@@ -84,6 +84,7 @@ if !empty(&viminfo)
|
|||||||
set viminfo^=!
|
set viminfo^=!
|
||||||
endif
|
endif
|
||||||
set sessionoptions-=options
|
set sessionoptions-=options
|
||||||
|
set viewoptions-=options
|
||||||
|
|
||||||
" Allow color schemes to do bright colors without forcing bold.
|
" Allow color schemes to do bright colors without forcing bold.
|
||||||
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
|
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
|
||||||
|
|||||||
Reference in New Issue
Block a user