aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.h
blob: 00fbcc580ffe5815a9a4c9c0a705b184a612bee9 (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"
#include "nvim/pos.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "move.h.generated.h"
#endif
#endif  // NVIM_MOVE_H