1
0
forked from aniani/vim

patch 8.0.0790: MSVC compiler warning for strncpy in libvterm

Problem:    MSVC compiler warning for strncpy in libvterm.
Solution:   Add a define to stop the warnings. (Mike Williams)
This commit is contained in:
Bram Moolenaar
2017-07-28 14:19:19 +02:00
parent 96ad8c9ac1
commit fa228f716a
2 changed files with 4 additions and 2 deletions

View File

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