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. */