1
0
forked from aniani/vim

updated for version 7.2-262

This commit is contained in:
Bram Moolenaar
2009-09-18 15:25:52 +00:00
parent 194b94c5a8
commit 67b891e16c
3 changed files with 15 additions and 9 deletions

View File

@@ -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 */