1
0
forked from aniani/vim

patch 8.0.1726: older MSVC doesn't support declarations halfway a block

Problem:    Older MSVC doesn't support declarations halfway a block.
Solution:   Move the declaration back to the start of the block.
This commit is contained in:
Bram Moolenaar
2018-04-16 17:06:09 +02:00
parent 32c67ba733
commit df2c774ded
2 changed files with 8 additions and 6 deletions

View File

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