commit | ded27a1febda3db7447958b60a7d791af514d124 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 01 19:06:03 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 01 19:06:03 2018 +0200 |
tree | d6187c6d409aafabad0aab6e76f97132a51fe640 | |
parent | f711cb2f12458d32e082c0e3d4103e2b072947c3 [diff] [blame] |
patch 8.1.0233: "safe" argument of call_vim_function() is always FALSE Problem: "safe" argument of call_vim_function() is always FALSE. Solution: Remove the argument.
diff --git a/src/version.c b/src/version.c index 64aa76a..6e6c3cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 233, +/**/ 232, /**/ 231,