mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
undo: reduce reliance on curbuf
This commit is contained in:
@@ -525,6 +525,7 @@ 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
|
||||
|
||||
//
|
||||
// b_ffname has the full path of the file (NULL for no name).
|
||||
|
Reference in New Issue
Block a user