commit | 7035fd9d909c49cf5105a53753c1772c193d05b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 08 20:03:52 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 08 20:03:52 2020 +0200 |
tree | 3778bb6e2379b8e48eb51fd32a5048e52ff1f64e | |
parent | 476a613135bdc94e61c1dce8a9cbb4ab0b6dc2d1 [diff] [blame] |
patch 8.2.0532: cannot use simplify() as a method Problem: Cannot use simplify() as a method. Solution: Add FEARG_1. (closes #5996)
diff --git a/src/version.c b/src/version.c index 63f811c..99ffd90 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 532, +/**/ 531, /**/ 530,