mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.3.293
Problem: MSVC compiler has a problem with non-ASCII characters. Solution: Avoid non-ASCII characters. (Hong Xu)
This commit is contained in:
@@ -11197,7 +11197,7 @@ allcap_copy(word, wcopy)
|
||||
c = *s++;
|
||||
|
||||
#ifdef FEAT_MBYTE
|
||||
/* We only change <EFBFBD> to SS when we are certain latin1 is used. It
|
||||
/* We only change 0xdf to SS when we are certain latin1 is used. It
|
||||
* would cause weird errors in other 8-bit encodings. */
|
||||
if (enc_latin1like && c == 0xdf)
|
||||
{
|
||||
|
Reference in New Issue
Block a user