comparison Filelist @ 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 31639f035d76
children cb1652e41314
comparison
equal deleted inserted replaced
15329:9a739a3d145e 15330:a6330a49e036
79 src/regexp_nfa.c \ 79 src/regexp_nfa.c \
80 src/regexp.h \ 80 src/regexp.h \
81 src/screen.c \ 81 src/screen.c \
82 src/search.c \ 82 src/search.c \
83 src/sha256.c \ 83 src/sha256.c \
84 src/structs.h \ 84 src/sign.c \
85 src/spell.c \ 85 src/spell.c \
86 src/spell.h \ 86 src/spell.h \
87 src/spellfile.c \ 87 src/spellfile.c \
88 src/structs.h \
88 src/syntax.c \ 89 src/syntax.c \
89 src/tag.c \ 90 src/tag.c \
90 src/term.c \ 91 src/term.c \
91 src/terminal.c \ 92 src/terminal.c \
92 src/term.h \ 93 src/term.h \
190 src/proto/quickfix.pro \ 191 src/proto/quickfix.pro \
191 src/proto/regexp.pro \ 192 src/proto/regexp.pro \
192 src/proto/screen.pro \ 193 src/proto/screen.pro \
193 src/proto/search.pro \ 194 src/proto/search.pro \
194 src/proto/sha256.pro \ 195 src/proto/sha256.pro \
196 src/proto/sign.pro \
195 src/proto/spell.pro \ 197 src/proto/spell.pro \
196 src/proto/spellfile.pro \ 198 src/proto/spellfile.pro \
197 src/proto/syntax.pro \ 199 src/proto/syntax.pro \
198 src/proto/tag.pro \ 200 src/proto/tag.pro \
199 src/proto/term.pro \ 201 src/proto/term.pro \