commit | 937610bc9f9c827e3e25fed32661fcbf3f994e10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 19 17:21:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 19 17:21:29 2022 +0000 |
tree | 1ce20686961b8b5e70edf33775ae14e1485b4eca | |
parent | 1a8825d7a3484d76ca16ea2aa9769cadca7758a4 [diff] [blame] |
patch 8.2.4145: confusing error when using name of import for a function Problem: Confusing error when using name of import for a function. Solution: Pass a flag to trans_function_name().
diff --git a/src/version.c b/src/version.c index 86a727f..1906fc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4145, +/**/ 4144, /**/ 4143,