]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2020: Vim9: islocked() needs more work v9.0.2020
authorErnie Rael <errael@raelity.com>
Sat, 14 Oct 2023 09:25:04 +0000 (11:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 14 Oct 2023 09:25:04 +0000 (11:25 +0200)
commit0f058d13206665bad37c7d42834cfa0075f50239
tree75929a5f6eb9fc5d4b3fa5008d701569e2a5dbf6
parent2bbd0d30eebdea66c0da3895e83d999ed6ad83fb
patch 9.0.2020: Vim9: islocked() needs more work

Problem:  Vim9: islocked() needs more work
Solution: rework islocked() and remove sync_root
          from get_lval()

closes: #13329

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Ernie Rael <errael@raelity.com>
src/eval.c
src/evalfunc.c
src/structs.h
src/version.c