comparison Filelist @ 21054:b1fac55cf8a3 v8.2.1078

patch 8.2.1078: highlight and match functionality together in one file Commit: https://github.com/vim/vim/commit/06cf97e714fd8bf9b35ff5f8a6f2302c79acdd03 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 28 13:17:26 2020 +0200 patch 8.2.1078: highlight and match functionality together in one file Problem: Highlight and match functionality together in one file. Solution: Move match functionality to a separate file. (Yegappan Lakshmanan, closes #6352)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jun 2020 13:30:04 +0200
parents 6c5b11458f31
children bb3f60b0aca0
comparison
equal deleted inserted replaced
21053:c1f0a0815090 21054:b1fac55cf8a3
78 src/keymap.h \ 78 src/keymap.h \
79 src/macros.h \ 79 src/macros.h \
80 src/main.c \ 80 src/main.c \
81 src/map.c \ 81 src/map.c \
82 src/mark.c \ 82 src/mark.c \
83 src/match.c \
83 src/mbyte.c \ 84 src/mbyte.c \
84 src/memfile.c \ 85 src/memfile.c \
85 src/memfile_test.c \ 86 src/memfile_test.c \
86 src/memline.c \ 87 src/memline.c \
87 src/menu.c \ 88 src/menu.c \
245 src/proto/json.pro \ 246 src/proto/json.pro \
246 src/proto/list.pro \ 247 src/proto/list.pro \
247 src/proto/main.pro \ 248 src/proto/main.pro \
248 src/proto/map.pro \ 249 src/proto/map.pro \
249 src/proto/mark.pro \ 250 src/proto/mark.pro \
251 src/proto/match.pro \
250 src/proto/mbyte.pro \ 252 src/proto/mbyte.pro \
251 src/proto/memfile.pro \ 253 src/proto/memfile.pro \
252 src/proto/memline.pro \ 254 src/proto/memline.pro \
253 src/proto/menu.pro \ 255 src/proto/menu.pro \
254 src/proto/message.pro \ 256 src/proto/message.pro \