1
0
forked from aniani/vim

patch 8.2.3824: no ASAN support for MSVC

Problem:    No ASAN support for MSVC.
Solution:   Add ASAN support and fix a coupld of uncovered problems. (Yegappan
            Lakshmanan, closes #9357)
This commit is contained in:
Yegappan Lakshmanan
2021-12-16 13:06:10 +00:00
committed by Bram Moolenaar
parent 6ecf58b0d7
commit 6df0f2759d
5 changed files with 14 additions and 1 deletions

View File

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