From f8ed13c0dc5f144501e90cbf38fc3f24dd306a9e Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Tue, 6 Jul 2021 19:52:26 +0200 Subject: style(undo): remove unnecessary comment --- src/nvim/undo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/nvim/undo.c b/src/nvim/undo.c index 63224eb0a6..6abb045264 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -350,7 +350,6 @@ int u_savecommon(buf_T *buf, // warning for a read-only file before making the change, so that the // FileChangedRO event can replace the buffer with a read-write version // (e.g., obtained from a source control system). - // TODO(vigoux): change_warning is tricky because of curbuf_lock... if (buf == curbuf) { change_warning(buf, 0); } -- cgit