Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchange.c2047 if (REPLACE_NORMAL(State)) in open_line()
2055 if (REPLACE_NORMAL(State)) in open_line()
2174 if (REPLACE_NORMAL(State)) in open_line()
2186 if (REPLACE_NORMAL(State)) in open_line()
H A Dmacros.h220 #define REPLACE_NORMAL(s) (((s) & REPLACE_FLAG) && !((s) & VREPLACE_FLAG)) macro
H A Dindent.c1374 if (REPLACE_NORMAL(State) && start_col >= 0) in change_indent()