pearofducks / ansible-vim

A vim plugin for syntax highlighting Ansible's common filetypes
MIT License
800 stars 98 forks source link

Remove bash dependency & obsolete commands (Resolves #116) #117

Closed Bubbelb closed 3 years ago

Bubbelb commented 3 years ago

Since plane sh also can handle this, use that. Also remove redundant lines for set and IFS commands (lines 2 and 3).

pearofducks commented 3 years ago

Thanks for the suggestion and submitting a PR to solve that issue - as mentioned in the issue, I'd rather not solve this as I don't think there's any benefit in limiting this script to sh vs. (potential) future maintenance costs.