comparison src/proto.h @ 15330:a6330a49e036 v8.1.0673

patch 8.1.0673: functionality for signs is spread out over several files commit https://github.com/vim/vim/commit/bbea47075cc4e7826e9f8c203e4272ba023ed7b0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 1 13:20:31 2019 +0100 patch 8.1.0673: functionality for signs is spread out over several files Problem: Functionality for signs is spread out over several files. Solution: Move most of the sign functionality into sign.c. (Yegappan Lakshmanan, closes #3751)
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Jan 2019 13:30:09 +0100
parents 9df130fd5e0d
children 1d2b5c016f17
comparison
equal deleted inserted replaced
15329:9a739a3d145e 15330:a6330a49e036
170 # include "screen.pro" 170 # include "screen.pro"
171 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO) 171 # if defined(FEAT_CRYPT) || defined(FEAT_PERSISTENT_UNDO)
172 # include "sha256.pro" 172 # include "sha256.pro"
173 # endif 173 # endif
174 # include "search.pro" 174 # include "search.pro"
175 # ifdef FEAT_SIGNS
176 # include "sign.pro"
177 # endif
175 # include "spell.pro" 178 # include "spell.pro"
176 # include "spellfile.pro" 179 # include "spellfile.pro"
177 # include "syntax.pro" 180 # include "syntax.pro"
178 # include "tag.pro" 181 # include "tag.pro"
179 # include "term.pro" 182 # include "term.pro"