aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index d5ff01e922..5f655cdc7b 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -19873,7 +19873,7 @@ void ex_function(exarg_T *eap)
goto erret;
if (!ui_is_external(kUICmdline)) {
- msg_putchar('\n'); /* don't overwrite the function name */
+ msg_putchar('\n'); // don't overwrite the function name
}
cmdline_row = msg_row;
}