Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dops.pro10 int swapchar(int op_type, pos_T *pos);
/vim-8.2.3635/src/
H A Dops.c1375 did_change |= swapchar(op_type, pos); in swapchars()
1390 swapchar(int op_type, pos_T *pos) in swapchar() function
H A Dnormal.c5313 did_change |= swapchar(cap->oap->op_type, &curwin->w_cursor); in n_swapchar()