dag / vim-fish

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

Define b:undo_ftplugin and fix b:match_words #25

Open lilyball opened 10 years ago

lilyball commented 10 years ago

Clean up the ftplugin a bit. Use the save_cpo pattern to ensure cpo is set appropriately, and define a b:undo_ftplugin.

Change the b:match_words definition to match else/else if.

lilyball commented 10 years ago

Note: this is based on top of #24.