Problem: 'virtualedit' is window-local but using buffer-local enum.
Solution: Use window-local enum. (closes #9529)
, BV_VSTS
, BV_VTS
#endif
- , BV_VE
, BV_COUNT // must be the last one
};
#endif
, WV_NU
, WV_RNU
+ , WV_VE
#ifdef FEAT_LINEBREAK
, WV_NUW
#endif
# define PV_VSTS OPT_BUF(BV_VSTS)
# define PV_VTS OPT_BUF(BV_VTS)
#endif
-#define PV_VE OPT_BOTH(OPT_BUF(BV_VE))
// Definition of the PV_ values for window-local options.
// The WV_ values are defined in option.h.
#define PV_LCS OPT_BOTH(OPT_WIN(WV_LCS))
#define PV_NU OPT_WIN(WV_NU)
#define PV_RNU OPT_WIN(WV_RNU)
+#define PV_VE OPT_BOTH(OPT_WIN(WV_VE))
#ifdef FEAT_LINEBREAK
# define PV_NUW OPT_WIN(WV_NUW)
#endif
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4094,
/**/
4093,
/**/