diff src/message.c @ 5245:8c6615a30951 v7.4a.047

updated for version 7.4a.047 Problem: Some comments are not so nice. Solution: Change the comments.
author Bram Moolenaar <bram@vim.org>
date Sun, 28 Jul 2013 16:03:06 +0200
parents 66e849c4558a
children 059c8a4b103f
line wrap: on
line diff
--- a/src/message.c
+++ b/src/message.c
@@ -3067,7 +3067,7 @@ msg_clr_cmdline()
 msg_end()
 {
     /*
-     * if the string is larger than the window,
+     * If the string is larger than the window,
      * or the ruler option is set and we run into it,
      * we have to redraw the window.
      * Do not do this if we are abandoning the file or editing the command line.