forked from aniani/vim
updated for version 7.0004
This commit is contained in:
@@ -378,6 +378,13 @@
|
||||
# define FEAT_EVAL
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Insert mode completion with 'completefunc'.
|
||||
*/
|
||||
#if defined(FEAT_INS_EXPAND) && defined(FEAT_EVAL)
|
||||
# define FEAT_COMPL_FUNC
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +user_commands Allow the user to define his own commands.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user