mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
lua: add {old_byte_size} to on_lines buffer change event
This commit is contained in:
@@ -807,6 +807,9 @@ struct file_buffer {
|
||||
kvec_t(uint64_t) update_channels;
|
||||
kvec_t(BufUpdateCallbacks) update_callbacks;
|
||||
|
||||
size_t deleted_bytes;
|
||||
int flush_count;
|
||||
|
||||
int b_diff_failed; // internal diff failed for this buffer
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user