blob: 1cdf1f6f52659cf0d4a1916c713ddd4e4b885a0f (
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/buffer_defs.h" // for win_T
#include "nvim/pos.h" // for linenr_T
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "move.h.generated.h"
#endif
#endif // NVIM_MOVE_H
|