mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
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.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
48f1d6442d
commit
542cc4b35c
@@ -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 : */
|
||||
|
@@ -724,6 +724,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1760,
|
||||
/**/
|
||||
1759,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user