mirror of
https://github.com/neovim/neovim.git
synced 2026-07-20 16:11:58 +00:00
@@ -2705,7 +2705,7 @@ return {
|
||||
type='string', list='onecomma', scope={'global'},
|
||||
deny_duplicates=true,
|
||||
varname='p_vop',
|
||||
defaults={if_true={vi="folds,options,cursor,curdir"}}
|
||||
defaults={if_true={vi="folds,cursor,curdir"}}
|
||||
},
|
||||
{
|
||||
-- Alias for "shada".
|
||||
|
||||
@@ -21,6 +21,7 @@ set undodir^=.
|
||||
set wildoptions=
|
||||
set startofline
|
||||
set sessionoptions+=options
|
||||
set viewoptions+=options
|
||||
set switchbuf=
|
||||
|
||||
" Unmap Nvim default mappings.
|
||||
|
||||
Reference in New Issue
Block a user