mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
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:
12
src/nvim/match.h
Normal file
12
src/nvim/match.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef NVIM_MATCH_H
|
||||
#define NVIM_MATCH_H
|
||||
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/eval/funcs.h"
|
||||
#include "nvim/ex_cmds_defs.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "match.h.generated.h"
|
||||
#endif
|
||||
|
||||
#endif // NVIM_MATCH_H
|
Reference in New Issue
Block a user