Remove FEAT_COMPL_FUNC

Insert mode completion with 'completefunc'
This commit is contained in:
Hinidu
2014-04-11 23:35:27 +03:00
committed by Justin M. Keyes
parent 8fb4c551f4
commit cfea68db8e
2 changed files with 0 additions and 4 deletions

View File

@@ -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

View File

@@ -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.