Searched refs:LANGMAP_ADJUST (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | macros.h | 129 # define LANGMAP_ADJUST(c, condition) \ macro 144 # define LANGMAP_ADJUST(c, condition) // nop macro
|
| H A D | normal.c | 572 LANGMAP_ADJUST(c, get_real_state() != SELECTMODE); in normal_cmd() 649 LANGMAP_ADJUST(c, TRUE); in normal_cmd() 672 LANGMAP_ADJUST(c, TRUE); in normal_cmd() 848 LANGMAP_ADJUST(ca.nchar, TRUE); in normal_cmd() 968 LANGMAP_ADJUST(*cp, !lang); in normal_cmd() 2803 LANGMAP_ADJUST(nchar, TRUE); in nv_zet() 3181 LANGMAP_ADJUST(nchar, TRUE); in nv_zet()
|
| H A D | getchar.c | 2440 LANGMAP_ADJUST(tb_c1, (State & (CMDLINE | INSERT)) == 0 in handle_mapping() 2490 LANGMAP_ADJUST(c2, TRUE); in handle_mapping()
|
| H A D | edit.c | 3378 LANGMAP_ADJUST(regname, TRUE); in ins_reg() 3387 LANGMAP_ADJUST(regname, TRUE); in ins_reg()
|
| H A D | window.c | 594 LANGMAP_ADJUST(xchar, TRUE); in do_window()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 363 - Remove LANGMAP_ADJUST() in other parts of the code. Make sure the mode is
|