mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.2091: MS-Windows: build warnings
Problem: MS-Windows: build warnings. Solution: Add a #pragma to suppress the deprecation warning. (Ken Takata) Avoid using a non-ASCII character. (closes #7421)
This commit is contained in:
@@ -1861,7 +1861,7 @@ msg_prt_line(char_u *s, int list)
|
||||
col += (*mb_ptr2cells)(s);
|
||||
if (l >= MB_MAXBYTES)
|
||||
{
|
||||
STRCPY(buf, "¿");
|
||||
STRCPY(buf, "?");
|
||||
}
|
||||
else if (lcs_nbsp != NUL && list
|
||||
&& (mb_ptr2char(s) == 160
|
||||
|
Reference in New Issue
Block a user