fix: address issues for BufModifiedSet

This commit is contained in:
Rom Grk
2020-11-09 04:05:25 -05:00
parent 6b5975a1eb
commit 743f7c8f72
4 changed files with 10 additions and 9 deletions

View File

@@ -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.
///