commit | 6bd1d7706766a7899904163e8fd55ea117fb1953 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 09 22:01:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 09 22:01:25 2019 +0200 |
tree | 71c8a19d4006da17e0673d902151ff1980bcfacb | |
parent | b189295b72030f00c45c30d3daecf85d457221f8 [diff] [blame] |
patch 8.1.2126: viminfo not sufficiently tested Problem: Viminfo not sufficiently tested. Solution: Add more test cases. Clean up comments. (Yegappan Lakshmanan, closes #5032)
diff --git a/src/version.c b/src/version.c index a7a7869..1141914 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2126, +/**/ 2125, /**/ 2124,