]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2372: confusing error message for wrong :let command v8.2.2372
authorBram Moolenaar <Bram@vim.org>
Sun, 17 Jan 2021 19:52:13 +0000 (20:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 17 Jan 2021 19:52:13 +0000 (20:52 +0100)
commit585587dadbc2558520c33969098db9ff49598785
treeefb23aafa749cb295af79008c8563a713b238642
parent036d07144efe213199b1ed8de998e6f12a056499
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.
src/evalvars.c
src/version.c