blob: 2ca5be43b75e21e9c53dceb90f29585d8292ae11 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#pragma once
#include "nvim/normal.h"
#include "nvim/pos_defs.h"
#include "nvim/vim_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "textobject.h.generated.h"
#endif
|