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