comparison src/structs.h @ 786:8f6a426bc1e0

updated for version 7.0229
author vimboss
date Sun, 19 Mar 2006 22:15:26 +0000
parents d20041a02ee5
children c8680debe1cc
comparison
equal deleted inserted replaced
785:fd60bacf955b 786:8f6a426bc1e0
2281 int tn_did_filefind_init; 2281 int tn_did_filefind_init;
2282 int tn_hf_idx; 2282 int tn_hf_idx;
2283 void *tn_search_ctx; 2283 void *tn_search_ctx;
2284 } tagname_T; 2284 } tagname_T;
2285 2285
2286 /*
2287 * Array indexes used for cptext argument of ins_compl_add().
2288 */
2289 #define CPT_ABBR 0 /* "abbr" */
2290 #define CPT_MENU 1 /* "menu" */
2291 #define CPT_KIND 2 /* "kind" */
2292 #define CPT_INFO 3 /* "info" */
2293 #define CPT_COUNT 4 /* Number of entries */