Commit: patch 9.1.1760: wrong proto file for insexpand.pro

1 view
Skip to first unread message

Christian Brabandt

unread,
Sep 14, 2025, 2:30:17 PMSep 14
to vim...@googlegroups.com
patch 9.1.1760: wrong proto file for insexpand.pro

Commit: https://github.com/vim/vim/commit/542cc4b35c1dba35634e3ee22081f267153186d0
Author: Hirohito Higashi <h.eas...@gmail.com>
Date: Sun Sep 14 18:19:19 2025 +0000

patch 9.1.1760: wrong proto file for insexpand.pro

Problem: wrong proto file for insexpand.pro
Solution: Update insexpand.pro (Hirohito Higashi).

closes: #18296

Signed-off-by: Hirohito Higashi <h.eas...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/proto/insexpand.pro b/src/proto/insexpand.pro
index e6925c5ab..b1656dacc 100644
--- a/src/proto/insexpand.pro
+++ b/src/proto/insexpand.pro
@@ -47,7 +47,9 @@ int ins_compl_interrupted(void);
int ins_compl_enter_selects(void);
colnr_T ins_compl_col(void);
int ins_compl_len(void);
+int ins_compl_has_preinsert(void);
int ins_compl_preinsert_effect(void);
+int ins_compl_has_autocomplete(void);
int ins_compl_bs(void);
void ins_compl_addleader(int c);
void ins_compl_addfrommatch(void);
@@ -69,11 +71,9 @@ void f_complete_check(typval_T *argvars, typval_T *rettv);
void f_complete_match(typval_T *argvars, typval_T *rettv);
void f_complete_info(typval_T *argvars, typval_T *rettv);
void ins_compl_delete(void);
-int ins_compl_insert(int move_cursor, int insert_longest_prefix);
+int ins_compl_insert(int move_cursor, int preinsert_prefix);
void ins_compl_check_keys(int frequency, int in_compl_func);
int ins_complete(int c, int enable_pum);
void ins_compl_enable_autocomplete(void);
void free_insexpand_stuff(void);
-int ins_compl_has_autocomplete(void);
-int ins_compl_has_preinsert(void);
/* vim: set ft=c : */
diff --git a/src/version.c b/src/version.c
index b67476457..f3b531eb4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -724,6 +724,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1760,
/**/
1759,
/**/
Reply all
Reply to author
Forward
0 new messages