Neovim Home
src
nvim
move.h
Go to the documentation of this file.
1
#ifndef NVIM_MOVE_H
2
#define NVIM_MOVE_H
3
4
#include <stdbool.h>
5
6
#include "
nvim/vim.h
"
7
8
#ifdef INCLUDE_GENERATED_DECLARATIONS
9
# include "move.h.generated.h"
10
#endif
11
#endif // NVIM_MOVE_H
vim.h