commit | 9bd5d879c2ecfbdbb168b090e12f4b89724a302e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 21:47:48 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 21:47:48 2020 +0200 |
tree | e9c9a342ba1d31c884d65edcbe864ba35518cf51 | |
parent | c98cdb3bc970f04f93b4c394b4ec94c2eb5546c3 [diff] [blame] |
patch 8.2.1631: test_fails() does not check the context of the line number Problem: test_fails() does not check the context of the line number. Solution: Use another argument to specify the context of the line number.
diff --git a/src/version.c b/src/version.c index b07e2a8..39dbe0f 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1631, +/**/ 1630, /**/ 1629,