aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/textobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/textobject.h')
-rw-r--r--src/nvim/textobject.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/nvim/textobject.h b/src/nvim/textobject.h
new file mode 100644
index 0000000000..e31557f297
--- /dev/null
+++ b/src/nvim/textobject.h
@@ -0,0 +1,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