aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.h
blob: 0f18f5368e5743367e20318635d76827c37095a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <lauxlib.h>

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

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/buffer.h.generated.h"
#endif