commit | 21d7c9b601f3048e1293ecd6c09b8325a15503cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 20:53:38 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 20:53:38 2017 +0100 |
tree | 9a89eeae8a68b5af9eca6469b7b4ecdb67443abf | |
parent | 4e032e1b17c92e1bb4b94be7f487d6be725274ac [diff] [blame] |
patch 8.0.0289: no test for "ga" and :ascii Problem: No test for "ga" and :ascii. Solution: Add a test. (Dominique Pelle, closes #1429)
diff --git a/src/version.c b/src/version.c index 4e041c6..b49b995 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 289, +/**/ 288, /**/ 287,