commit | d53ebfc6246b2f29752adbda13cd2c11acca285a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 21:47:20 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 21:47:20 2019 +0200 |
tree | 64cf81448bed8e3cd9d24d709fdb60123edaf562 | |
parent | 4d14bac8e7441368977e81266166f728105a60d4 [diff] [blame] |
patch 8.1.2196: MS-Windows: running tests with MSVC lacks updates Problem: MS-Windows: running tests with MSVC lacks updates. Solution: Improve running individual tests on MS-Windows. (closes #4922)
diff --git a/src/version.c b/src/version.c index c378c1b..f2a8d6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2196, +/**/ 2195, /**/ 2194,