Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dops.pro3 int op_is_change(int op);
/vim-8.2.3635/src/
H A Dops.c110 op_is_change(int op) in op_is_change() function
H A Dnormal.c6586 if (bt_prompt(curbuf) && op_is_change(op_type) && !prompt_curpos_editable()) in nv_operator()