1
0
forked from aniani/vim

updated for version 7.0226

This commit is contained in:
Bram Moolenaar
2006-03-16 21:43:34 +00:00
parent efd2bf158a
commit 2eb25daffd
3 changed files with 25 additions and 20 deletions

View File

@@ -813,11 +813,12 @@ EXTERN int p_vb; /* 'visualbell' */
EXTERN char_u *p_ve; /* 'virtualedit' */
EXTERN unsigned ve_flags;
# ifdef IN_OPTION_C
static char *(p_ve_values[]) = {"block", "insert", "all", NULL};
static char *(p_ve_values[]) = {"block", "insert", "all", "onemore", NULL};
# endif
# define VE_BLOCK 5 /* includes "all" */
# define VE_INSERT 6 /* includes "all" */
# define VE_ALL 4
# define VE_ONEMORE 8
#endif
EXTERN long p_verbose; /* 'verbose' */
EXTERN char_u *p_vfile; /* 'verbosefile' */