We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14221a4 commit e6c1c4cCopy full SHA for e6c1c4c
test/test_method.vim
@@ -3,3 +3,4 @@ echo 'alice'->s:hello('bob')
3
echo [1,2,3]->map({i,n -> n * 2})
4
echo 'john'->{s -> 'hello ' .. s }()
5
echo 'john'->{s,b -> 'hello ' .. s .. ' ... and goodbye ' .. b .. '!' }('bob')
6
+echo 'john'->{... -> 'hello ' .. a:000->join(', ') }('bob')
0 commit comments