ad-chaos

Results 33 comments of ad-chaos

`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() ```