aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/quickfix.h
blob: 0da43e436c39e72dbb04ea946df8f8b1b3b0e1bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef NVIM_QUICKFIX_H
#define NVIM_QUICKFIX_H

#include "nvim/ex_cmds_defs.h"
#include "nvim/types.h"

// flags for skip_vimgrep_pat()
#define VGR_GLOBAL      1
#define VGR_NOJUMP      2
#define VGR_FUZZY       4

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