mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
refactor/single-include (#6586)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef NVIM_REGEXP_H
|
||||
#define NVIM_REGEXP_H
|
||||
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/buffer_defs.h"
|
||||
#include "nvim/regexp_defs.h"
|
||||
|
||||
/* Second argument for vim_regcomp(). */
|
||||
#define RE_MAGIC 1 /* 'magic' option */
|
||||
#define RE_STRING 2 /* match in string instead of buffer text */
|
||||
|
Reference in New Issue
Block a user