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,9 @@
#ifndef NVIM_QUICKFIX_H
#define NVIM_QUICKFIX_H
#include "nvim/types.h"
#include "nvim/ex_cmds_defs.h"
/* flags for skip_vimgrep_pat() */
#define VGR_GLOBAL 1
#define VGR_NOJUMP 2