summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-06 12:32:12 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-06 12:32:12 +0000
commit7528dd68a7d545dcfd598a637216c6b0843fdcff (patch)
tree3f568ab6707f54de080ace65e4aa78f4177628f8 /src
parentb5dd424dc329c652b9ee91e5e1dd31c06d26f6ff (diff)
updated for version 7.1a
Diffstat (limited to 'src')
-rw-r--r--src/os_win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_win32.c b/src/os_win32.c
index cc0b326cbb..eba043db7d 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -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.
*/