commit | 67b891e16cdbff97c0b10e7ca9faef0dc397c6b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 15:25:52 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 18 15:25:52 2009 +0000 |
tree | 636770773adc0cb22e03f12243e27fb3afac207d | |
parent | 194b94c5a8c64e8e4d1ae180a59b1ed93010c196 [diff] [blame] |
updated for version 7.2-262
diff --git a/src/structs.h b/src/structs.h index 137352d..99afecf 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -432,6 +432,7 @@ { 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 */