aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor.h
blob: 1cbe8a609e9add5035c1257d7d40e23400fbdd5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NVIM_CURSOR_H
#define NVIM_CURSOR_H

#include <stdbool.h>

#include "nvim/vim.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "cursor.h.generated.h"
#endif

#endif  // NVIM_CURSOR_H