commit | 224a5f17c6ec9e98322a4c6792ce4f9bb31a4cce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 20:29:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 28 20:29:07 2020 +0200 |
tree | b538807dd799fbbbbdf2b5eae28831eb0da86fe0 | |
parent | a14bb7e1132377af60910402f1a9e4796297f5df [diff] [blame] |
patch 8.2.0655: search code not sufficiently tested Problem: Search code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5999)
diff --git a/src/version.c b/src/version.c index b99f9be..8e08363 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 655, +/**/ 654, /**/ 653,