commit | 15c476023f3c5fb32eb1936c5eb5f0f5f413f3c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 22:16:48 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 22:16:48 2020 +0100 |
tree | be750fc0469158a70a4908e8ac74779bfd9426c9 | |
parent | bea9023d4260349c130faf447aa8d4cbadeffab2 [diff] [blame] |
patch 8.2.0459: cannot check if a function name is correct Problem: Cannot check if a function name is correct. Solution: Add "?funcname" to exists().
diff --git a/src/version.c b/src/version.c index 46b58c2..9cbdec6 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 459, +/**/ 458, /**/ 457,