]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2121: Vim9: type issue when modifying a variable using :legacy v9.1.2121
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 31 Jan 2026 10:07:02 +0000 (10:07 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 31 Jan 2026 10:07:02 +0000 (10:07 +0000)
commitf5466b5a73686e55445600a06adbf6363c474a2b
tree6159b934db5981c3ea0fc2df422329f01c647b93
parent611d7e19f7226d0b6b6be90e7623820feb9a0ca0
patch 9.1.2121: Vim9: type issue when modifying a variable using :legacy

Problem:  Vim9: type issue when modifying a variable using :legacy
          (kennypete)
Solution: In a vim9 script, when modifying a variable using the legacy
          command, check the type (Yegappan Lakshmanan).

fixes:  #18531
closes: #19292

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/eval.c
src/testdir/test_vim9_assign.vim
src/version.c