comparison Filelist @ 17389:635d7f5010b8 v8.1.1693

patch 8.1.1693: syntax coloring and highlighting is in one big file commit https://github.com/vim/vim/commit/f9cc9f209ede9f15959e4c2351e970477c139614 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 14 21:29:22 2019 +0200 patch 8.1.1693: syntax coloring and highlighting is in one big file Problem: Syntax coloring and highlighting is in one big file. Solution: Move the highlighting to a separate file. (Yegappan Lakshmanan, closes #4674)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jul 2019 21:30:04 +0200
parents 27abe2b6a094
children cfdef48743ed
comparison
equal deleted inserted replaced
17388:13104cd7dc9f 17389:635d7f5010b8
48 src/gui.c \ 48 src/gui.c \
49 src/gui.h \ 49 src/gui.h \
50 src/gui_beval.c \ 50 src/gui_beval.c \
51 src/hardcopy.c \ 51 src/hardcopy.c \
52 src/hashtab.c \ 52 src/hashtab.c \
53 src/highlight.c \
53 src/indent.c \ 54 src/indent.c \
54 src/insexpand.c \ 55 src/insexpand.c \
55 src/json.c \ 56 src/json.c \
56 src/json_test.c \ 57 src/json_test.c \
57 src/kword_test.c \ 58 src/kword_test.c \
188 src/proto/getchar.pro \ 189 src/proto/getchar.pro \
189 src/proto/gui.pro \ 190 src/proto/gui.pro \
190 src/proto/gui_beval.pro \ 191 src/proto/gui_beval.pro \
191 src/proto/hardcopy.pro \ 192 src/proto/hardcopy.pro \
192 src/proto/hashtab.pro \ 193 src/proto/hashtab.pro \
194 src/proto/highlight.pro \
193 src/proto/indent.pro \ 195 src/proto/indent.pro \
194 src/proto/insexpand.pro \ 196 src/proto/insexpand.pro \
195 src/proto/json.pro \ 197 src/proto/json.pro \
196 src/proto/list.pro \ 198 src/proto/list.pro \
197 src/proto/main.pro \ 199 src/proto/main.pro \