diff src/proto.h @ 15699:2d941023bd2f v8.1.0857

patch 8.1.0857: indent functionality is not separated commit https://github.com/vim/vim/commit/4b47162ccede0b6d9cbb9473ad870220a24fbf54 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 31 13:48:09 2019 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Jan 2019 14:00:07 +0100
parents 746b95fd25ad
children 99ebf78686a9
line wrap: on
line diff
--- a/src/proto.h
+++ b/src/proto.h
@@ -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"