]> granicus.if.org Git - vim/commitdiff
updated for version 7.1a
authorBram Moolenaar <Bram@vim.org>
Sun, 6 May 2007 12:32:12 +0000 (12:32 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 May 2007 12:32:12 +0000 (12:32 +0000)
src/os_win32.c

index cc0b326cbb3765b8cacf93c11fff4ab548435a8d..eba043db7d9b9711f5cebc15ce6650010f986652 100644 (file)
@@ -1680,8 +1680,8 @@ mch_init(void)
     clip_init(TRUE);
 
     /*
-     * Vim's own clipboard format recognises whether the text is char, line, or
-     * rectangular block.  Only useful for copying between two Vims.
+     * Vim's own clipboard format recognises whether the text is char, line,
+     * or rectangular block.  Only useful for copying between two Vims.
      * "VimClipboard" was used for previous versions, using the first
      * character to specify MCHAR, MLINE or MBLOCK.
      */