mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
feat: implement BufModified autocmd
This commit is contained in:
@@ -541,6 +541,8 @@ struct file_buffer {
|
||||
|
||||
int b_changed; // 'modified': Set to true if something in the
|
||||
// file has been changed and not written out.
|
||||
bool b_changed_notified; // if the BufModified autocmd has been triggered
|
||||
// since the last time b_changed was modified
|
||||
|
||||
/// Change-identifier incremented for each change, including undo.
|
||||
///
|
||||
|
Reference in New Issue
Block a user