commit | 585587dadbc2558520c33969098db9ff49598785 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 20:52:13 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 17 20:52:13 2021 +0100 |
tree | efb23aafa749cb295af79008c8563a713b238642 | |
parent | 036d07144efe213199b1ed8de998e6f12a056499 [diff] [blame] |
patch 8.2.2372: confusing error message for wrong :let command Problem: Confusing error message for wrong :let command. Solution: Only check for type in Vim9 script.
diff --git a/src/version.c b/src/version.c index 289854e..3a88080 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2372, +/**/ 2371, /**/ 2370,