mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Remove FEAT_COMPL_FUNC
Insert mode completion with 'completefunc'
This commit is contained in:
parent
8fb4c551f4
commit
cfea68db8e
@ -104,7 +104,6 @@
|
||||
#define FEAT_BROWSE
|
||||
#define FEAT_BROWSE_CMD
|
||||
#define FEAT_CMDHIST
|
||||
#define FEAT_COMPL_FUNC
|
||||
#define FEAT_CONCEAL
|
||||
#define FEAT_CON_DIALOG
|
||||
#define FEAT_CSCOPE
|
||||
|
@ -1554,8 +1554,6 @@ call_func_retnr (
|
||||
return retval;
|
||||
}
|
||||
|
||||
#if defined(FEAT_USR_CMDS) || defined(FEAT_COMPL_FUNC) || defined(PROTO)
|
||||
|
||||
/*
|
||||
* Call vimL function "func" and return the result as a string.
|
||||
* Returns NULL when calling the function fails.
|
||||
@ -1607,7 +1605,6 @@ call_func_retlist (
|
||||
|
||||
return rettv.vval.v_list;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Save the current function call pointer, and set it to NULL.
|
||||
|
Loading…
Reference in New Issue
Block a user