]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1870: Vim9: disassamble does not show static v9.0.1870
authorErnie Rael <errael@raelity.com>
Tue, 5 Sep 2023 05:38:09 +0000 (07:38 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 5 Sep 2023 05:39:14 +0000 (07:39 +0200)
commit00df69e62b2233d758f8c988794d66d53e887260
tree757598fb43a7edea33f6d0c0690aed48d9d75a03
parentc2a37013bd3c748e0e4adcbb5a505b8a4dde20c7
patch 9.0.1870: Vim9: disassamble does not show static

Problem:  Vim9: disassamble does not show static
Solution: Show static flag

Fix disassemble for instructions with optional static:
ISN_GET_OBJ_MEMBER and ISN_GET_ITF_MEMBER

closes: #13030

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