mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
style(undo): remove unnecessary comment
This commit is contained in:
@@ -350,7 +350,6 @@ int u_savecommon(buf_T *buf,
|
|||||||
// warning for a read-only file before making the change, so that the
|
// warning for a read-only file before making the change, so that the
|
||||||
// FileChangedRO event can replace the buffer with a read-write version
|
// FileChangedRO event can replace the buffer with a read-write version
|
||||||
// (e.g., obtained from a source control system).
|
// (e.g., obtained from a source control system).
|
||||||
// TODO(vigoux): change_warning is tricky because of curbuf_lock...
|
|
||||||
if (buf == curbuf) {
|
if (buf == curbuf) {
|
||||||
change_warning(buf, 0);
|
change_warning(buf, 0);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user