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

#include <stdint.h>
#include <stdbool.h>

#include "nvim/api/private/defs.h"

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/vim.h.generated.h"
#endif
#endif  // NVIM_API_VIM_H