commit | 2ef9156b4284e4a52613c36e3d4667245273a28d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 11 16:14:07 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 11 16:14:07 2021 +0000 |
tree | bb591edc76e6f750ba20acf4c6dd13164e175afe | |
parent | 052ff291d72bc9c176f9562f021d7e8e030e74c0 [diff] [blame] |
patch 8.2.3783: confusing error for using a variable as a function Problem: Confusing error for using a variable as a function. Solution: If a function is not found but there is a variable, give a more useful error. (issue #9310)
diff --git a/src/version.c b/src/version.c index 50fac52..1169d10 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3783, +/**/ 3782, /**/ 3781,