forked from aniani/vim
patch 8.2.3280: 'virtualedit' local to buffer is not the best solution
Problem: 'virtualedit' local to buffer is not the best solution. Solution: Make it window-local. (Gary Johnson, closes #8685)
This commit is contained in:
committed by
Bram Moolenaar
parent
2c70711e3f
commit
51ad850f5f
@@ -1052,8 +1052,8 @@ EXTERN unsigned ve_flags;
|
||||
#define VE_INSERT 6 // includes "all"
|
||||
#define VE_ALL 4
|
||||
#define VE_ONEMORE 8
|
||||
#define VE_NONE 16
|
||||
#define VE_NONEU 32 // Upper-case NONE
|
||||
#define VE_NONE 16 // "none"
|
||||
#define VE_NONEU 32 // "NONE"
|
||||
EXTERN long p_verbose; // 'verbose'
|
||||
#ifdef IN_OPTION_C
|
||||
char_u *p_vfile = (char_u *)""; // used before options are initialized
|
||||
|
Reference in New Issue
Block a user