mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
11 lines
184 B
C
11 lines
184 B
C
#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
|