1
0
forked from aniani/vim

updated for version 7.0221

This commit is contained in:
Bram Moolenaar
2006-03-11 21:29:41 +00:00
parent 96d2c5b5be
commit c270d806f8
3 changed files with 10 additions and 8 deletions

View File

@@ -2244,6 +2244,7 @@ typedef struct
typedef struct
{
char_u *pum_text; /* main menu text */
char_u *pum_kind; /* extra kind text (may be truncated) */
char_u *pum_extra; /* extra menu text (may be truncated) */
char_u *pum_info; /* extra info */
} pumitem_T;