AndrewRadev / sideways.vim

A Vim plugin to move function arguments (and other delimited-by-something items) left and right.
http://www.vim.org/scripts/script.php?script_id=4171
MIT License
481 stars 9 forks source link

Add zsh support #51

Closed jdsutherland closed 3 years ago

jdsutherland commented 3 years ago

This is basically a copy of sh except for the differing syntax group zshString.

AndrewRadev commented 3 years ago

Thanks, makes sense :+1:. I wonder about reusing the definitions, but maybe I'll tackle that later if and when there's more of them.