mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 22:08:18 +00:00
'viewoptions': add "curdir" flag #7447
The flag enables the current local directory set by ":lcd" to be saved to views which is the current default behaviour. The option can be removed to disable this behaviour. closes #7435 vim-patch:8.0.1289
This commit is contained in:

committed by
Justin M. Keyes

parent
f185c739bc
commit
a6de144c3e
@@ -2610,7 +2610,7 @@ return {
|
||||
deny_duplicates=true,
|
||||
vi_def=true,
|
||||
varname='p_vop',
|
||||
defaults={if_true={vi="folds,options,cursor"}}
|
||||
defaults={if_true={vi="folds,options,cursor,curdir"}}
|
||||
},
|
||||
{
|
||||
full_name='viminfo', abbreviation='vi',
|
||||
|
Reference in New Issue
Block a user