commit | 43c60eda2aa22ba3d7aaf418cfbdb75f1a008e67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 15:55:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 02 15:55:19 2020 +0100 |
tree | 758f7ab626de0f75f2098294f8e49b96b51004a3 | |
parent | ea3db914c0fa35797ad73f6d5bb3a4288d690065 [diff] [blame] |
patch 8.2.0198: no tests for y/n prompt Problem: No tests for y/n prompt. Solution: Add tests. (Dominique Pelle, closes #5564)
diff --git a/src/version.c b/src/version.c index 800d7e5..59db009 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 198, +/**/ 197, /**/ 196,