Neovim Home
src
nvim
quickfix.h
Go to the documentation of this file.
1
#ifndef NVIM_QUICKFIX_H
2
#define NVIM_QUICKFIX_H
3
4
#include "
nvim/ex_cmds_defs.h
"
5
#include "
nvim/types.h
"
6
7
// flags for skip_vimgrep_pat()
8
#define VGR_GLOBAL 1
9
#define VGR_NOJUMP 2
10
#define VGR_FUZZY 4
11
12
#ifdef INCLUDE_GENERATED_DECLARATIONS
13
# include "quickfix.h.generated.h"
14
#endif
15
#endif // NVIM_QUICKFIX_H
types.h
ex_cmds_defs.h