This commit is contained in:
James McCoy
2016-10-31 23:33:16 -04:00
parent 9b545dd3db
commit 654e92186b
5 changed files with 59 additions and 58 deletions

View File

@@ -488,9 +488,9 @@ struct file_buffer {
bool file_id_valid;
FileID file_id;
int b_changed; /* 'modified': Set to true if something in the
file has been changed and not written out. */
int b_changedtick; /* incremented for each change, also for undo */
int b_changed; // 'modified': Set to true if something in the
// file has been changed and not written out.
int b_changedtick; // incremented for each change, also for undo
bool b_saving; /* Set to true if we are in the middle of
saving the buffer. */