summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-09-18 15:25:52 +0000
committerBram Moolenaar <Bram@vim.org>2009-09-18 15:25:52 +0000
commit67b891e16cdbff97c0b10e7ca9faef0dc397c6b5 (patch)
tree636770773adc0cb22e03f12243e27fb3afac207d /src/structs.h
parent194b94c5a8c64e8e4d1ae180a59b1ed93010c196 (diff)
downloadvim-git-67b891e16cdbff97c0b10e7ca9faef0dc397c6b5.tar.gz
updated for version 7.2-262v7.2.262
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h1
1 files changed, 1 insertions, 0 deletions
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 */