comparison src/proto/getchar.pro @ 18717:14d2a210fab1 v8.1.2350

patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys Commit: https://github.com/vim/vim/commit/fc4ea2a72d36de1196a3ce17352e72f8fe90f4bb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 26 19:33:22 2019 +0100 patch 8.1.2350: other text for CTRL-V in Insert mode with modifyOtherKeys Problem: Other text for CTRL-V in Insert mode with modifyOtherKeys. Solution: Convert the Escape sequence back to key as if modifyOtherKeys is not set, and use CTRL-SHIFT-V to get the Escape sequence itself. (closes #5254)
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Nov 2019 19:45:04 +0100
parents a1396a35444c
children dcec86d796bc
comparison
equal deleted inserted replaced
18716:9568bc68c45d 18717:14d2a210fab1
35 void restore_typeahead(tasave_T *tp); 35 void restore_typeahead(tasave_T *tp);
36 void openscript(char_u *name, int directly); 36 void openscript(char_u *name, int directly);
37 void close_all_scripts(void); 37 void close_all_scripts(void);
38 int using_script(void); 38 int using_script(void);
39 void before_blocking(void); 39 void before_blocking(void);
40 int merge_modifyOtherKeys(int c_arg);
40 int vgetc(void); 41 int vgetc(void);
41 int safe_vgetc(void); 42 int safe_vgetc(void);
42 int plain_vgetc(void); 43 int plain_vgetc(void);
43 int vpeekc(void); 44 int vpeekc(void);
44 int vpeekc_nomap(void); 45 int vpeekc_nomap(void);