mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 10:56:31 +00:00
11 lines
212 B
C
11 lines
212 B
C
#ifndef NVIM_BUFFER_UPDATES_H
|
|
#define NVIM_BUFFER_UPDATES_H
|
|
|
|
#include "nvim/buffer_defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "buffer_updates.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_BUFFER_UPDATES_H
|