commit | 8d588ccee57390aa01c2395fc599bbe6506ee13a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 25 21:47:45 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 25 21:47:45 2020 +0100 |
tree | 327836ed8bfb53b077dba03c311fce8539d067f6 | |
parent | c593bec4120f122e8a9129ec461968f1bd214435 [diff] [blame] |
patch 8.2.0316: ex_getln.c code has insufficient test coverage Problem: ex_getln.c code has insufficient test coverage. Solution: Add more tests. Fix a problem. (Yegappan Lakshmanan, closes #5693)
diff --git a/src/version.c b/src/version.c index d4fe485..f10dcd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 316, +/**/ 315, /**/ 314,