diff 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
line wrap: on
line diff
--- a/src/proto/getchar.pro
+++ b/src/proto/getchar.pro
@@ -24,7 +24,7 @@ int start_redo_ins(void);
 void stop_redo_ins(void);
 int noremap_keys(void);
 int ins_typebuf(char_u *str, int noremap, int offset, int nottyped, int silent);
-int ins_char_typebuf(int c, int modifier);
+int ins_char_typebuf(int c, int modifiers);
 int typebuf_changed(int tb_change_cnt);
 int typebuf_typed(void);
 int typebuf_maplen(void);