aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ex_cmds2.c')
-rw-r--r--src/nvim/ex_cmds2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/ex_cmds2.c b/src/nvim/ex_cmds2.c
index e169514e79..1dd37c0471 100644
--- a/src/nvim/ex_cmds2.c
+++ b/src/nvim/ex_cmds2.c
@@ -550,7 +550,6 @@ bool check_changed(buf_T *buf, int flags)
}
-
/// Ask the user what to do when abandoning a changed buffer.
/// Must check 'write' option first!
///