mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-11 20:43:47 -05:00
Revert "Include local options in sessions"
This reverts commit c82c6d4978.
This commit is contained in:
@@ -78,10 +78,7 @@ endif
|
|||||||
if !empty(&viminfo)
|
if !empty(&viminfo)
|
||||||
set viminfo^=!
|
set viminfo^=!
|
||||||
endif
|
endif
|
||||||
if &sessionoptions =~# '\<options\>'
|
set sessionoptions-=options
|
||||||
set sessionoptions-=options
|
|
||||||
set sessionoptions+=localoptions
|
|
||||||
endif
|
|
||||||
|
|
||||||
" 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