dag / vim-fish

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

Multiple statements on one line #6

Open dag opened 11 years ago

dag commented 11 years ago

If you type begin; end ENTER echo you end up with:

begin; end
    echo
end

Which is also a fold.