aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/textobject.h
blob: 26f88613fdb29a6aa878700bfc6b87b1c79dc44c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef NVIM_TEXTOBJECT_H
#define NVIM_TEXTOBJECT_H

#include "nvim/normal.h"  // for oparg_T
#include "nvim/pos.h"  // for linenr_T
#include "nvim/vim.h"  // for Direction

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "textobject.h.generated.h"
#endif
#endif  // NVIM_TEXTOBJECT_H