diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-06-08 10:13:04 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-06-08 10:13:04 +0200 |
| commit | f85cbea725b4d21412dc0ddfd07239307b3b63a4 (patch) | |
| tree | cb88d8d6a010490160b9f7d0b1a236d61d29b323 /src/nvim/buffer_updates.h | |
| parent | c500f22f3ced8bbc271c4ec50d2217626ba5e97e (diff) | |
| parent | 2ca62239675b0c1e68b01aae1a0d45567b15e319 (diff) | |
| download | rneovim-f85cbea725b4d21412dc0ddfd07239307b3b63a4.tar.gz rneovim-f85cbea725b4d21412dc0ddfd07239307b3b63a4.tar.bz2 rneovim-f85cbea725b4d21412dc0ddfd07239307b3b63a4.zip | |
Merge #7917 'API: buffer updates'
Diffstat (limited to 'src/nvim/buffer_updates.h')
| -rw-r--r-- | src/nvim/buffer_updates.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/buffer_updates.h b/src/nvim/buffer_updates.h new file mode 100644 index 0000000000..b2d0a62270 --- /dev/null +++ b/src/nvim/buffer_updates.h @@ -0,0 +1,10 @@ +#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 |