comparison src/proto/getchar.pro @ 29310:f103da6ba95f v8.2.5171

patch 8.2.5171: dependencies and proto files are outdated Commit: https://github.com/vim/vim/commit/d21e5bde7c74eab8b10fddc30d12a313c7e7dcd0 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 27 22:52:43 2022 +0100 patch 8.2.5171: dependencies and proto files are outdated Problem: Dependencies and proto files are outdated. Solution: Update dependencies and proto files. Avoid errors.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jun 2022 00:00:15 +0200
parents bd072d44eb2c
children 539fb427124d
comparison
equal deleted inserted replaced
29309:4deae9ba4665 29310:f103da6ba95f
22 int start_redo(long count, int old_redo); 22 int start_redo(long count, int old_redo);
23 int start_redo_ins(void); 23 int start_redo_ins(void);
24 void stop_redo_ins(void); 24 void stop_redo_ins(void);
25 int noremap_keys(void); 25 int noremap_keys(void);
26 int ins_typebuf(char_u *str, int noremap, int offset, int nottyped, int silent); 26 int ins_typebuf(char_u *str, int noremap, int offset, int nottyped, int silent);
27 int ins_char_typebuf(int c, int modifier); 27 int ins_char_typebuf(int c, int modifiers);
28 int typebuf_changed(int tb_change_cnt); 28 int typebuf_changed(int tb_change_cnt);
29 int typebuf_typed(void); 29 int typebuf_typed(void);
30 int typebuf_maplen(void); 30 int typebuf_maplen(void);
31 void del_typebuf(int len, int offset); 31 void del_typebuf(int len, int offset);
32 void ungetchars(int len); 32 void ungetchars(int len);