b.vim:
vim9script export def F() enddef
a.vim:
vim9script import autoload "./b.vim" def F() var A: func = b.F enddef F()
DON'T PUT THESE FILES UNDER autoload/!
source a.vim, then throw E121.
No error
9.2.0888
MS-Windows
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()