1
0
forked from aniani/vim

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:
Bram Moolenaar
2020-12-04 19:42:52 +01:00
parent c5e6a7179d
commit 29d2f45c88
3 changed files with 12 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2091,
/**/
2090,
/**/