]> granicus.if.org Git - vim/commitdiff
updated for version 7.0040
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2005 21:56:27 +0000 (21:56 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2005 21:56:27 +0000 (21:56 +0000)
src/message.c

index 58e4ffb80994b4a5bb8c72bc3e5796f3e70c3883..173a64f162a99c39f6a5227069149de75994d915 100644 (file)
@@ -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;