summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/message.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/message.c b/src/message.c
index 58e4ffb809..173a64f162 100644
--- a/src/message.c
+++ b/src/message.c
@@ -520,8 +520,8 @@ emsg(s)
called_emsg = TRUE;
/*
- * If "emsg_severe" is TRUE: When an error exception is to be thrown, prefer
- * this message over previous messages for the same command.
+ * If "emsg_severe" is TRUE: When an error exception is to be thrown,
+ * prefer this message over previous messages for the same command.
*/
#ifdef FEAT_EVAL
severe = emsg_severe;