mirror of
https://github.com/vim/vim.git
synced 2025-10-10 06:24:10 -04:00
patch 8.1.1693: syntax coloring and highlighting is in one big file
Problem: Syntax coloring and highlighting is in one big file. Solution: Move the highlighting to a separate file. (Yegappan Lakshmanan, closes #4674)
This commit is contained in:
@@ -89,6 +89,7 @@ extern int _stricoll(char *a, char *b);
|
||||
# endif
|
||||
# include "hardcopy.pro"
|
||||
# include "hashtab.pro"
|
||||
# include "highlight.pro"
|
||||
# include "indent.pro"
|
||||
# ifdef FEAT_INS_EXPAND
|
||||
# include "insexpand.pro"
|
||||
|
Reference in New Issue
Block a user