commit | 83799a7b7414048df4ff4e507293416e8438e225 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 17:24:09 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 17:24:09 2017 +0100 |
tree | 31b049754fa0af5407e420f8e21181d386927493 | |
parent | 819edbe078c8579f3620d12dac830f12ccdc5a45 [diff] [blame] |
patch 8.0.1339: no test for what 8.0.1335 fixes Problem: No test for what 8.0.1335 fixes. Solution: Add a test. (Yasuhiro Matsumoto, closes #2373)
diff --git a/src/version.c b/src/version.c index 8cce078..32c83c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1339, +/**/ 1338, /**/ 1337,