blob: dd944e39eec40ee5f129889499ac5359d8557ee4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef NVIM_MOVE_H
#define NVIM_MOVE_H
#include <stdbool.h>
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "move.h.generated.h"
#endif
#endif // NVIM_MOVE_H
|