commit | e3242346cf1c2ff8b0315cb2cb98e731bfa952c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 19:46:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 13 19:46:43 2020 +0200 |
tree | 07991b15f690565cd396278a2c67d36519b1a1d3 | |
parent | 352f554b854da1c45209bcb3db8ba943da1969f0 [diff] [blame] |
patch 8.2.0575: :digraph! not tested Problem: :digraph! not tested. Solution: Add a test. (Dominique Pelle, closes #5925)
diff --git a/src/version.c b/src/version.c index 3bb9479..0705e75 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 575, +/**/ 574, /**/ 573,