commit | c6d539b67181ad573452e919e58ecbfa362f4c49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 28 17:10:46 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 28 17:10:46 2019 +0100 |
tree | 95e871e81a8f50cca2457cef866c058dbedf632b | |
parent | 731a799bb926c6f424dbfb63430cf631ca7e132a [diff] [blame] |
patch 8.2.0052: more-prompt not properly tested Problem: More-prompt not properly tested. Solution: Add a test case. (Dominique Pelle, closes #5404)
diff --git a/src/version.c b/src/version.c index b8c4870..9d8c3a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 52, +/**/ 51, /**/ 50,