0
0
mirror of https://github.com/vim/vim.git synced 2025-10-22 08:34:29 -04:00

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)
This commit is contained in:
Bram Moolenaar
2019-01-01 13:20:31 +01:00
parent 9067cd6cdf
commit bbea47075c
21 changed files with 1957 additions and 1935 deletions

View File

@@ -172,6 +172,9 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
# include "sha256.pro"
# endif
# include "search.pro"
# ifdef FEAT_SIGNS
# include "sign.pro"
# endif
# include "spell.pro"
# include "spellfile.pro"
# include "syntax.pro"