ad-chaos
Results
33
comments of
ad-chaos
Ah, I must've missed it
`call F()->G()` seems to generate an error node.
contrived example of valid vimscipt. ```vim func Hello() return 'hello' endfunc func Print(arg) echo a:arg endfunc call Hello()->Print() ```