mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
refactor: remove all mentions to curbuf_lock
This commit is contained in:
@@ -525,7 +525,8 @@ struct file_buffer {
|
||||
int b_flags; // various BF_ flags
|
||||
int b_locked; // Buffer is being closed or referenced, don't
|
||||
// let autocommands wipe it out.
|
||||
int b_ro_locked; // Replacement for curbuf_lock
|
||||
int b_ro_locked; // Non-zero when the buffer can't be changed.
|
||||
// Used for FileChangedRO
|
||||
|
||||
//
|
||||
// b_ffname has the full path of the file (NULL for no name).
|
||||
|
Reference in New Issue
Block a user