1
0
forked from aniani/vim

updated for version 7.0162

This commit is contained in:
Bram Moolenaar
2005-12-02 00:46:37 +00:00
parent c6039d8fcb
commit f4d1145328
7 changed files with 31 additions and 17 deletions

View File

@@ -6884,7 +6884,7 @@ screenalloc(clear)
else
len = Columns;
#ifdef FEAT_MBYTE
/* When switching to utf-8 dont copy characters, they
/* When switching to utf-8 don't copy characters, they
* may be invalid now. */
if (!(enc_utf8 && ScreenLinesUC == NULL))
#endif