mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.1.0172: 'viminfofile' option does not behave like a file name
Problem: 'viminfofile' option does not behave like a file name.
Solution: Add the P_EXPAND flag. (closes vim/vim#3178)
c229e54a69
This commit is contained in:
parent
52163c66b9
commit
3ea77f50cb
@ -2313,6 +2313,7 @@ return {
|
|||||||
deny_duplicates=true,
|
deny_duplicates=true,
|
||||||
vi_def=true,
|
vi_def=true,
|
||||||
secure=true,
|
secure=true,
|
||||||
|
expand=true,
|
||||||
varname='p_shadafile',
|
varname='p_shadafile',
|
||||||
defaults={if_true={vi=""}}
|
defaults={if_true={vi=""}}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user