Y
Hacker News
new
|
ask
|
show
|
jobs
by
penguin_booze
315 days ago
I don't imagine it's widely known (which I completely understand): vimscript has an arrow operator with similar piping effect, a la foo->bar(baz)->qux() . See the doc:
https://vimhelp.org/eval.txt.html#method
.