aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cursor.h
blob: 09cc5a813c8ae7e9d0a916a600b944742364367b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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