mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
14 lines
218 B
C
14 lines
218 B
C
#ifndef NVIM_CURSOR_H
|
|
#define NVIM_CURSOR_H
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include "nvim/vim.h"
|
|
#include "nvim/misc2.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "cursor.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_CURSOR_H
|