comparison src/proto/ops.pro @ 19774:00a1b89256ea v8.2.0443

patch 8.2.0443: clipboard code is spread out Commit: https://github.com/vim/vim/commit/45fffdf10b7cb6e59794e76e9b8a2930fcb4b192 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 24 21:42:01 2020 +0100 patch 8.2.0443: clipboard code is spread out Problem: Clipboard code is spread out. Solution: Move clipboard code to its own file. (Yegappan Lakshmanan, closes #5827)
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Mar 2020 21:45:04 +0100
parents fe5afdc03bd2
children 918245588b50
comparison
equal deleted inserted replaced
19773:c8242fe426a7 19774:00a1b89256ea
17 int fex_format(linenr_T lnum, long count, int c); 17 int fex_format(linenr_T lnum, long count, int c);
18 void format_lines(linenr_T line_count, int avoid_fex); 18 void format_lines(linenr_T line_count, int avoid_fex);
19 int paragraph_start(linenr_T lnum); 19 int paragraph_start(linenr_T lnum);
20 void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del); 20 void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del);
21 void op_addsub(oparg_T *oap, linenr_T Prenum1, int g_cmd); 21 void op_addsub(oparg_T *oap, linenr_T Prenum1, int g_cmd);
22 void x11_export_final_selection(void);
23 void clear_oparg(oparg_T *oap); 22 void clear_oparg(oparg_T *oap);
24 void cursor_pos_info(dict_T *dict); 23 void cursor_pos_info(dict_T *dict);
25 void do_pending_operator(cmdarg_T *cap, int old_col, int gui_yank); 24 void do_pending_operator(cmdarg_T *cap, int old_col, int gui_yank);
26 /* vim: set ft=c : */ 25 /* vim: set ft=c : */