Revert "Include local options in sessions"

This reverts commit c82c6d4978.
This commit is contained in:
Tim Pope
2018-09-17 11:37:21 -04:00
parent 340a5e1f32
commit 679e53d615

View File

@@ -78,10 +78,7 @@ endif
if !empty(&viminfo)
set viminfo^=!
endif
if &sessionoptions =~# '\<options\>'
set sessionoptions-=options
set sessionoptions+=localoptions
endif
set sessionoptions-=options
" Allow color schemes to do bright colors without forcing bold.
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'