commit 7d03d1ed880f1a7356fc113635f3efd796e959b4 parent dea864b68d8190a846691f2a7d986e695415ffd9 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Wed, 9 Oct 2019 01:27:45 -0400 vim: haskell settings Former-commit-id: a7355583e4c4ecc63a9b6e1315860ac0e53039c2 Diffstat:
A | vim/after/ftplugin/haskell.vim | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/vim/after/ftplugin/haskell.vim b/vim/after/ftplugin/haskell.vim @@ -0,0 +1,6 @@ +set suffixesadd=.hs +if exists('b:undo_ftplugin') + let b:undo_ftplugin .= '| set suffixesadd<' +else + let b:undo_ftplugin = '| set suffixesadd<' +endif