comparison 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
comparison
equal deleted inserted replaced
15698:0651ea0a9334 15699:2d941023bd2f
85 # ifdef FEAT_HANGULIN 85 # ifdef FEAT_HANGULIN
86 # include "hangulin.pro" 86 # include "hangulin.pro"
87 # endif 87 # endif
88 # include "hardcopy.pro" 88 # include "hardcopy.pro"
89 # include "hashtab.pro" 89 # include "hashtab.pro"
90 # include "indent.pro"
90 # include "json.pro" 91 # include "json.pro"
91 # include "list.pro" 92 # include "list.pro"
92 # include "blob.pro" 93 # include "blob.pro"
93 # include "main.pro" 94 # include "main.pro"
94 # include "mark.pro" 95 # include "mark.pro"