]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0925: Vim9: expression compiled when not necessary v9.1.0925
authorYegappan Lakshmanan <yegappan@yahoo.com>
Sat, 14 Dec 2024 18:59:24 +0000 (19:59 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 14 Dec 2024 18:59:24 +0000 (19:59 +0100)
commite203841e0dbae2851e23f87f5bd89a458895d0d6
treea10dbe16bbae65010361cfa515e3e1e887d43662
parent6cc3027e544e4389bd665140511a3d347490b102
patch 9.1.0925: Vim9: expression compiled when not necessary

Problem:  Vim9: expression compiled when not necessary
Solution: do not compile when ctx_skip is set, add a few more
          Vim9 expressions tests (Yegappan Lakshmanan)

closes: #16218

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