mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
fix: address issues for BufModifiedSet
This commit is contained in:
@@ -541,8 +541,9 @@ 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
|
||||
bool b_changed_invalid; // Set if BufModified autocmd has not 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