From 2eb25daffd66cc323c039b624af8f4630f2fbf8f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 16 Mar 2006 21:43:34 +0000 Subject: updated for version 7.0226 --- src/option.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/option.h') diff --git a/src/option.h b/src/option.h index 794e83b97..b4782abb2 100644 --- a/src/option.h +++ b/src/option.h @@ -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' */ -- cgit v1.2.1