forked from aniani/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 #9529)
This commit is contained in:
@@ -1235,7 +1235,6 @@ enum
|
||||
, BV_VSTS
|
||||
, BV_VTS
|
||||
#endif
|
||||
, BV_VE
|
||||
, BV_COUNT // must be the last one
|
||||
};
|
||||
|
||||
@@ -1287,6 +1286,7 @@ enum
|
||||
#endif
|
||||
, WV_NU
|
||||
, WV_RNU
|
||||
, WV_VE
|
||||
#ifdef FEAT_LINEBREAK
|
||||
, WV_NUW
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user