updated for version 7.0226
diff --git a/src/option.h b/src/option.h
index 794e83b..b4782ab 100644
--- a/src/option.h
+++ b/src/option.h
@@ -813,11 +813,12 @@
 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' */