mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
vim-patch:8.2.4094: 'virtualedit' is window-local but using buffer-local enum
Problem: 'virtualedit' is window-local but using buffer-local enum.
Solution: Use window-local enum. (closes vim/vim#9529)
e1833bfd01
This commit is contained in:
@@ -2736,7 +2736,7 @@ return {
|
||||
{
|
||||
full_name='virtualedit', abbreviation='ve',
|
||||
short_desc=N_("when to use virtual editing"),
|
||||
type='string', list='onecomma', scope={'global', 'buffer'},
|
||||
type='string', list='onecomma', scope={'global', 'window'},
|
||||
deny_duplicates=true,
|
||||
redraw={'curswant'},
|
||||
varname='p_ve',
|
||||
|
Reference in New Issue
Block a user