dag / vim-fish

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

Add support for funced #35

Closed wilriker closed 7 years ago

wilriker commented 8 years ago

Also fixed moving cursor to first empty line when using funced

ElijahLynn commented 7 years ago

Just checked this out (your master branch) and this is working great! Finally a pleasure to use funced with vim! Tabs and indents all work as expected and don't get reset every time I save.

This PR appears to have grown quite large and likely won't get merged as is. We should split this out to a specific branch with just the stuff needed to support funced.

wilriker commented 7 years ago

You are right, I forgot to put these changes on a branch (or better I never expected it to not get merged for so long and did not expect that any changes would be added to master in the mean time).

I now created a new branch "funced" only containing the relevant commits in my repo but there seams to be no way to change the source branch of a PR, is there?

ElijahLynn commented 7 years ago

Correct, there is no way to do so. You have to open a new one and close this one and link this one to the new one.

wilriker commented 7 years ago

Closed in favor of #41.