commit | fb517bac2384798bb5142ed1f75f965f93984c0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 03 19:55:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 03 19:55:35 2020 +0200 |
tree | 44d7bd1442dfa1af46844cbe84a099bd87eb2007 | |
parent | c5acc0f7fed6b061d994fc5ac660dcc0312750bd [diff] [blame] |
patch 8.2.0893: assert_equalfile() does not take a third argument Problem: Assert_equalfile() does not take a third argument. Solution: Implement the third argument. (Gary Johnson)
diff --git a/src/version.c b/src/version.c index a241fa0..fc6d897 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 893, +/**/ 892, /**/ 891,