dag / vim-fish

Vim support for editing fish scripts
MIT License
431 stars 59 forks source link

Use formatexpr instead of formatprg #9

Closed dag closed 11 years ago

dag commented 11 years ago

The latter is always global, so we'll have to grab the lines and call fish_indent manually in a formatexpr function instead.