refactor/single-include (#6586)

This commit is contained in:
relnod
2017-04-25 20:45:59 +02:00
committed by Justin M. Keyes
parent a0acb2e195
commit 22932d8ac2
4 changed files with 9 additions and 4 deletions

View File

@@ -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 */