commit | 32884ad753ffb462d27998beb50678888209075f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 12:45:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 12:45:29 2022 +0000 |
tree | 95b0b6b18c6a5477bb0c0a7d1fb12b619ca99449 | |
parent | a909c48bec1f7ae13a9143b5d627c40cac5b240e [diff] [blame] |
patch 8.2.4024: confusing error message if imported name is used directly Problem: Confusing error message if imported name is used directly. Solution: Give a better error message.
diff --git a/src/version.c b/src/version.c index cb331fa..d8fe352 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4024, +/**/ 4023, /**/ 4022,