A line in the Pattern Completion menu. More...
#include "pattern_data.h"
Data Fields | |
int | num |
Index number. | |
const char * | tag |
Copied to buffer if selected. | |
const char * | expr |
Displayed in the menu. | |
const char * | desc |
Description of pattern. | |
A line in the Pattern Completion menu.
Definition at line 34 of file pattern_data.h.
int PatternEntry::num |
Index number.
Definition at line 36 of file pattern_data.h.
const char* PatternEntry::tag |
Copied to buffer if selected.
Definition at line 37 of file pattern_data.h.
const char* PatternEntry::expr |
Displayed in the menu.
Definition at line 38 of file pattern_data.h.
const char* PatternEntry::desc |
Description of pattern.
Definition at line 39 of file pattern_data.h.