diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-06 12:32:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-06 12:32:12 +0000 |
commit | 7528dd68a7d545dcfd598a637216c6b0843fdcff (patch) | |
tree | 3f568ab6707f54de080ace65e4aa78f4177628f8 /src | |
parent | b5dd424dc329c652b9ee91e5e1dd31c06d26f6ff (diff) | |
download | vim-git-7528dd68a7d545dcfd598a637216c6b0843fdcff.tar.gz |
updated for version 7.1a
Diffstat (limited to 'src')
-rw-r--r-- | src/os_win32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_win32.c b/src/os_win32.c index cc0b326cb..eba043db7 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. */ |