From 67b891e16cdbff97c0b10e7ca9faef0dc397c6b5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 18 Sep 2009 15:25:52 +0000 Subject: updated for version 7.2-262 --- src/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/structs.h') diff --git a/src/structs.h b/src/structs.h index 137352d95..99afecfce 100644 --- 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 */ -- cgit v1.2.1