Searched refs:INDENT_INC (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ | ||
| H A D | vim.h | 999 #define INDENT_INC 2 // increase indent macro |
| H A D | edit.c | 3885 change_indent(c == Ctrl_D ? INDENT_DEC : INDENT_INC, 0, TRUE, 0, TRUE); in ins_shift() |