patch 9.1.1760: wrong proto file for insexpand.pro
Commit:
https://github.com/vim/vim/commit/542cc4b35c1dba35634e3ee22081f267153186d0
Author: Hirohito Higashi <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uxrUE-006WP4-Nf%40256bit.org.