comparison src/proto/normal.pro @ 26226:9a8e9383e4cd v8.2.3644

patch 8.2.3644: count for 'operatorfunc' in Visual mode is not redone Commit: https://github.com/vim/vim/commit/2228cd72cf7c6f326e4e41179e88d37595ca4abc Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 22 14:16:08 2021 +0000 patch 8.2.3644: count for 'operatorfunc' in Visual mode is not redone Problem: Count for 'operatorfunc' in Visual mode is not redone. Solution: Add the count to the redo buffer. (closes https://github.com/vim/vim/issues/9174)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 15:30:08 +0100
parents b36ceac30454
children 4050f0554902
comparison
equal deleted inserted replaced
26225:b0c79beaf975 26226:9a8e9383e4cd
8 void reset_VIsual(void); 8 void reset_VIsual(void);
9 void restore_visual_mode(void); 9 void restore_visual_mode(void);
10 int find_ident_under_cursor(char_u **text, int find_type); 10 int find_ident_under_cursor(char_u **text, int find_type);
11 int find_ident_at_pos(win_T *wp, linenr_T lnum, colnr_T startcol, char_u **text, int *textcol, int find_type); 11 int find_ident_at_pos(win_T *wp, linenr_T lnum, colnr_T startcol, char_u **text, int *textcol, int find_type);
12 void prep_redo(int regname, long num, int cmd1, int cmd2, int cmd3, int cmd4, int cmd5); 12 void prep_redo(int regname, long num, int cmd1, int cmd2, int cmd3, int cmd4, int cmd5);
13 void prep_redo_num2(int regname, long num1, int cmd1, int cmd2, long num2, int cmd3, int cmd4, int cmd5);
13 void clearop(oparg_T *oap); 14 void clearop(oparg_T *oap);
14 void clearopbeep(oparg_T *oap); 15 void clearopbeep(oparg_T *oap);
15 void may_clear_cmdline(void); 16 void may_clear_cmdline(void);
16 void clear_showcmd(void); 17 void clear_showcmd(void);
17 int add_to_showcmd(int c); 18 int add_to_showcmd(int c);