blob: 9e78a98d4ae986c51c587bd19eaa81cd67f02742 (
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.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "textobject.h.generated.h"
#endif
|