dag / vim-fish

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

funced support #31

Open ElijahLynn opened 9 years ago

ElijahLynn commented 9 years ago

Plugin works great with vim *.fish, thanks so much for it!

Do you know how to get it to work with the funced command?

wilriker commented 8 years ago

I created PR #35 including this functionality

ElijahLynn commented 8 years ago

Thanks, I will try to test this out soon!

ElijahLynn commented 7 years ago

Just checked this out and this is working great! Finally a pleasure to use funced with vim! Tabbing/indenting works as expected and doesn't get reset every time I save. Thanks for this.

dag commented 6 years ago

They changed the format so it broke the existing support in vim-fish. Now it seems they have changed it again, so @wilriker's patch won't really work either, and there's no longer any way to detect funced files. They'll be detected as normal fish scripts so you get some bells, but not all whistles.

Leaving this open in case someone can tell me a reliable way to detect funced again.