1#ifndef NVIM_MOVE_H
2#define NVIM_MOVE_H
3
4#include <stdbool.h>
5#include "nvim/vim.h"
6
7#ifdef INCLUDE_GENERATED_DECLARATIONS
8# include "move.h.generated.h"
9#endif
10#endif // NVIM_MOVE_H
11