aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/arglist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/arglist.c')
-rw-r--r--src/nvim/arglist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/arglist.c b/src/nvim/arglist.c
index ae174403a0..c7af1a71be 100644
--- a/src/nvim/arglist.c
+++ b/src/nvim/arglist.c
@@ -1024,7 +1024,8 @@ static void do_arg_all(int count, int forceit, int keep_tabs)
return;
}
if (ARGCOUNT <= 0) {
- // Don't give an error message. We don't want it when the ":all" command is in the .vimrc.
+ // Don't give an error message. We don't want it when the ":all"
+ // command is in the .vimrc.
return;
}
setpcmark();