Home
last modified time | relevance | path

Searched defs:keyentry (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dstructs.h1050 struct keyentry struct
1052 keyentry_T *ke_next; // next entry with identical "keyword[]" argument
1053 struct sp_syn k_syn; // struct passed to in_id_list()
1054 short *next_list; // ID list for next match (if non-zero)
1055 int flags;
1056 int k_char; // conceal substitute character
1057 char_u keyword[1]; // actually longer