commit | 28686682e77c0cca963201ae671bd773d86dba31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 15:12:37 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 15:12:37 2019 +0200 |
tree | 9541f5b475f8458723ac5a2b4ffce47814135355 | |
parent | 6656c2ec4cc2163cd0a51d617f429ad7fb46d2d5 [diff] [blame] |
patch 8.1.2206: no test for fixed issue #3893 Problem: No test for fixed issue #3893. Solution: Add a test. (Christian Brabandt, #3893)
diff --git a/src/version.c b/src/version.c index 057ab74..e6a66be 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2206, +/**/ 2205, /**/ 2204,