aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.h
blob: fdeb8d1a2fd9d2628ba85582eaa92712ea88388f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "quickfix.h.generated.h"
#endif
#endif  // NVIM_QUICKFIX_H