0
0
mirror of https://github.com/vim/vim.git synced 2025-10-23 08:44:20 -04:00

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:
Bram Moolenaar
2019-01-31 13:48:09 +01:00
parent bbb5f8d4c2
commit 4b47162cce
19 changed files with 4746 additions and 4689 deletions

View File

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