Home
last modified time | relevance | path

Searched refs:checkclearop (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dnormal.c1727 checkclearop(oparg_T *oap) in checkclearop() function
2279 if (!checkclearop(cap->oap)) in nv_page()
2708 if (!checkclearop(cap->oap)) in nv_scroll_line()
2792 if (checkclearop(cap->oap)) in nv_zet()
2850 checkclearop(cap->oap)) in nv_zet()
3235 if (!checkclearop(cap->oap)) in nv_zet()
4969 if (checkclearop(cap->oap)) in nv_replace()
5620 if (checkclearop(cap->oap)) in nv_regname()
5909 if (checkclearop(oap)) in nv_g_cmd()
6427 if (!checkclearop(oap)) in nv_g_cmd()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt4937 Solution: Use checkclearop() instead of checkclearopq().