Home
last modified time | relevance | path

Searched refs:INDENT_DEC (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dindent.c1278 shift_line(type == INDENT_DEC, round, 1, call_changed_bytes); in change_indent()
H A Dvim.h1000 #define INDENT_DEC 3 // decrease indent macro
H A Dedit.c3885 change_indent(c == Ctrl_D ? INDENT_DEC : INDENT_INC, 0, TRUE, 0, TRUE); in ins_shift()