The below script, when executed with "so %", gives error "E117: unknown
function III".
Is there any way to remedy this (given that the same script, running as
"vim9script" runs w/o error)?
As a side note: the functions below are part of my .vimrc; so I'm having
trouble flagging the whole file as "vim9script"...
=======================
def III(hx: string): string
return hx
enddef
def DDD(hx: string): string
return hx
enddef
def SSS()
echo III("HALA")
echo DDD("HULU")
enddef
call SSS()
=======================
--
--
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/5d99e83d-eef6-40c0-b878-03d2012b638an%40googlegroups.com.