Searched refs:swapchars (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | ops.c | 1237 static int swapchars(int op_type, pos_T *pos, int length); 1262 one_change = swapchars(oap->op_type, &pos, bd.textlen); in op_tilde() 1294 did_change = swapchars(oap->op_type, &pos, in op_tilde() 1299 did_change |= swapchars(oap->op_type, &pos, in op_tilde() 1360 swapchars(int op_type, pos_T *pos, int length) in swapchars() function
|