blob: e31557f297e273f3d9b5b2b6e042ea4d197c004c (
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"
#include "nvim/pos.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "textobject.h.generated.h"
#endif
#endif // NVIM_TEXTOBJECT_H
|