mirror of
https://github.com/vim/vim.git
synced 2025-10-23 08:44:20 -04:00
patch 8.1.1076: file for Insert mode is much too big
Problem: File for Insert mode is much too big. Solution: Split off the code for Insert completion. (Yegappan Lakshmanan, closes #4044)
This commit is contained in:
@@ -89,6 +89,9 @@ extern int _stricoll(char *a, char *b);
|
||||
# include "hardcopy.pro"
|
||||
# include "hashtab.pro"
|
||||
# include "indent.pro"
|
||||
# ifdef FEAT_INS_EXPAND
|
||||
# include "insexpand.pro"
|
||||
# endif
|
||||
# include "json.pro"
|
||||
# include "list.pro"
|
||||
# include "blob.pro"
|
||||
|
Reference in New Issue
Block a user