blob: 1c4a93a5871e70315d8e9b58449d813392baad82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#ifndef NVIM_API_BUFFER_H
#define NVIM_API_BUFFER_H
#include "nvim/api/private/defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "api/buffer.h.generated.h"
#endif
#endif // NVIM_API_BUFFER_H
|