forked from aniani/vim
updated for version 7.0162
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user