Searched refs:do_pending_operator (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ops.pro | 22 void do_pending_operator(cmdarg_T *cap, int old_col, int gui_yank);
|
| /vim-8.2.3635/src/ |
| H A D | normal.c | 1126 do_pending_operator(&ca, old_col, FALSE); in normal_cmd() 7127 do_pending_operator(cap, 0, FALSE); in nv_edit() 7501 do_pending_operator(cap, 0, FALSE); in nv_put_opt()
|
| H A D | clipboard.c | 2050 do_pending_operator(&ca, 0, TRUE); in clip_get_selection()
|
| H A D | ops.c | 3462 do_pending_operator(cmdarg_T *cap, int old_col, int gui_yank) in do_pending_operator() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 4369 Solution: Do not adjust oap->end in do_pending_operator(). (Christian 39189 Solution: Move do_pending_operator() to ops.c. (Yegappan Lakshmanan,
|