Hi all,
This may be the first time I have to consider the <>Funct stuff. I'd
like to disassemble an nested function. Tried several things, the
example below fails with
Error detected while processing :source buffer=5[12]..function <SNR>37_A:
line 5:
E1061: Cannot find function B
vim9script
def A()
def B()
printf('foo')
enddef
printf('bar')
disassemble B
enddef
defcompile
disassemble A
A()
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/872f125c-05e8-c958-899e-4058b196b948%40raelity.com.