comparison 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
comparison
equal deleted inserted replaced
1964:7d2641e6af75 1965:8d1db3e3ac5f
430 */ 430 */
431 typedef struct expand 431 typedef struct expand
432 { 432 {
433 int xp_context; /* type of expansion */ 433 int xp_context; /* type of expansion */
434 char_u *xp_pattern; /* start of item to expand */ 434 char_u *xp_pattern; /* start of item to expand */
435 int xp_pattern_len; /* bytes in xp_pattern before cursor */
435 #if defined(FEAT_USR_CMDS) && defined(FEAT_EVAL) && defined(FEAT_CMDL_COMPL) 436 #if defined(FEAT_USR_CMDS) && defined(FEAT_EVAL) && defined(FEAT_CMDL_COMPL)
436 char_u *xp_arg; /* completion function */ 437 char_u *xp_arg; /* completion function */
437 int xp_scriptID; /* SID for completion function */ 438 int xp_scriptID; /* SID for completion function */
438 #endif 439 #endif
439 int xp_backslash; /* one of the XP_BS_ values */ 440 int xp_backslash; /* one of the XP_BS_ values */