Home
last modified time | relevance | path

Searched refs:INDENT_SET (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dindent.c1163 change_indent(INDENT_SET, i, FALSE, NUL, TRUE); in ins_try_si()
1269 if (type == INDENT_SET) in change_indent()
2092 change_indent(INDENT_SET, amount, FALSE, 0, TRUE); in fixthisline()
H A Dtextformat.c375 change_indent(INDENT_SET, second_indent, in internal_format()
H A Dvim.h998 #define INDENT_SET 1 // set indent macro
H A Dedit.c3882 change_indent(INDENT_SET, 0, TRUE, 0, TRUE); in ins_shift()
H A Dops.c267 change_indent(INDENT_SET, count, FALSE, NUL, call_changed_bytes); in shift_line()