Searched refs:NV_NCH (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | normal.c | 140 #define NV_NCH 0x01 // may need to get a second char macro 141 #define NV_NCH_NOP (0x02|NV_NCH) // get second char when no operator pending 142 #define NV_NCH_ALW (0x04|NV_NCH) // always get a second char 273 {'a', nv_edit, NV_NCH, 0}, 281 {'i', nv_edit, NV_NCH, 0}, 289 {'q', nv_record, NV_NCH, 0}, 816 if ((nv_cmds[idx].cmd_flags & NV_NCH) in normal_cmd()
|