refactor(options): remove obsolete distinction of "vi" vs "vim" defaults

It might come as a schocking surprise, but the defaults we support
are the NEOVIM defaults.
This commit is contained in:
Björn Linse
2021-07-13 19:12:08 +02:00
parent fc869da6dc
commit f0cc3a9480
7 changed files with 98 additions and 439 deletions

View File

@@ -20,7 +20,7 @@ set tags=./tags,tags
set undodir^=.
set wildoptions=
set startofline
set sessionoptions&vi
set sessionoptions+=options
" Prevent Nvim log from writing to stderr.
let $NVIM_LOG_FILE = exists($NVIM_LOG_FILE) ? $NVIM_LOG_FILE : 'Xnvim.log'