vim-patch:8.2.1078: highlight and match functionality together in one file (#17805)

Problem:  Highlight and match functionality together in one file.
Solution: Move match functionality to a separate file. (Yegappan Lakshmanan,
          closes vim/vim#6352)

06cf97e714
This commit is contained in:
Lewis Russell
2022-03-22 22:31:50 +00:00
committed by GitHub
parent f63a52a0db
commit 7863e6b709
7 changed files with 1198 additions and 1172 deletions

View File

@@ -44,6 +44,7 @@
#include "nvim/keymap.h"
#include "nvim/lua/executor.h"
#include "nvim/main.h"
#include "nvim/match.h"
#include "nvim/mark.h"
#include "nvim/mbyte.h"
#include "nvim/memline.h"