commit | 0529583ff144e2cb8fb57fe61a86997310bd7727 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 24 22:07:58 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 24 22:07:58 2018 +0200 |
tree | c8cb8b8b07a5d8c20facaa36b7a3443a79d4b7d8 | |
parent | 98fc8d7b6c8cc3c2f55e8d08617ecc27a3624899 [diff] [blame] |
patch 8.1.0327: the "g CTRL-G" command isn't tested much Problem: The "g CTRL-G" command isn't tested much. Solution: Add more tests. (Dominique Pelle, closes #3369)
diff --git a/src/version.c b/src/version.c index 50c8a5e..508e309 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 327, +/**/ 326, /**/ 325,