forked from aniani/vim
patch 8.1.0857: indent functionality is not separated
Problem: Ignore functionality is not separated.
Solution: Move indent functionality into a new file. (Yegappan Lakshmanan,
closes #3886)
This commit is contained in:
@@ -87,6 +87,7 @@ extern int _stricoll(char *a, char *b);
|
||||
# endif
|
||||
# include "hardcopy.pro"
|
||||
# include "hashtab.pro"
|
||||
# include "indent.pro"
|
||||
# include "json.pro"
|
||||
# include "list.pro"
|
||||
# include "blob.pro"
|
||||
|
||||
Reference in New Issue
Block a user