]> granicus.if.org Git - vim/commit
patch 8.2.1078: highlight and match functionality together in one file v8.2.1078
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Jun 2020 11:17:26 +0000 (13:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Jun 2020 11:17:26 +0000 (13:17 +0200)
commit06cf97e714fd8bf9b35ff5f8a6f2302c79acdd03
treee6c08194d0487a450912b9fec1604fdb41eabf13
parent75e15670b8749845cde2962ddb738dd5c6e73191
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)
13 files changed:
Filelist
src/Make_cyg_ming.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/README.md
src/highlight.c
src/match.c [new file with mode: 0644]
src/proto.h
src/proto/highlight.pro
src/proto/match.pro [new file with mode: 0644]
src/version.c