diff src/structs.h @ 1965:8d1db3e3ac5f v7.2.262

updated for version 7.2-262
author vimboss
date Fri, 18 Sep 2009 15:25:52 +0000
parents 40a8e388692b
children 4269a0673478
line wrap: on
line diff
--- a/src/structs.h
+++ b/src/structs.h
@@ -432,6 +432,7 @@ typedef struct expand
 {
     int		xp_context;		/* type of expansion */
     char_u	*xp_pattern;		/* start of item to expand */
+    int		xp_pattern_len;		/* bytes in xp_pattern before cursor */
 #if defined(FEAT_USR_CMDS) && defined(FEAT_EVAL) && defined(FEAT_CMDL_COMPL)
     char_u	*xp_arg;		/* completion function */
     int		xp_scriptID;		/* SID for completion function */