mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00

This implements byte-resolution updates of buffer changes. Note: there is no promise that the buffer state is valid inside the callback!
12 lines
238 B
C
12 lines
238 B
C
#ifndef NVIM_BUFFER_UPDATES_H
|
|
#define NVIM_BUFFER_UPDATES_H
|
|
|
|
#include "nvim/buffer_defs.h"
|
|
#include "nvim/extmark.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "buffer_updates.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_BUFFER_UPDATES_H
|