commit | 7624af02948de881eb5294fe5d266b948404d489 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 24 04:51:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 24 04:51:20 2018 +0200 |
tree | aaac98af39d0942e25c5e4652ad0ba1e4ba2f206 | |
parent | 68f1b1b37fa7aba985d9f8727fd9f0f3eb0c19a9 [diff] [blame] |
patch 8.1.0208: file left behind after running individual test Problem: File left behind after running individual test. Solution: Delete the file.
diff --git a/src/version.c b/src/version.c index 39ea6e2..e345fed 100644 --- a/src/version.c +++ b/src/version.c
@@ -794,6 +794,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 208, +/**/ 207, /**/ 206,