commit | 8dd1761e69d70bb4b5848dc4c213792d9121787a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 19:24:04 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 19:24:04 2018 +0200 |
tree | 03d04ebb7b0e57a3d9d5b0b04f8233d8be6995c7 | |
parent | 29f9ed20b42e7badea6cfb82fb1fb8d71f33e282 [diff] [blame] |
patch 8.0.1690: not easy to run one test with gvim instead of vim Problem: Not easy to run one test with gvim instead of vim. Solution: Add VIMTESTTARGET in Makefile.
diff --git a/src/version.c b/src/version.c index 196d61c..265e6e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1690, +/**/ 1689, /**/ 1688,