From 35433aa23c6f7753fe96c67ed2ffdbb5291085a0 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 12 Sep 2013 17:17:14 +0200 Subject: vim-haskell -> hasksyn --- after/ftplugin/haskell.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 after/ftplugin/haskell.vim (limited to 'after/ftplugin/haskell.vim') diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim new file mode 100644 index 00000000..536e84bb --- /dev/null +++ b/after/ftplugin/haskell.vim @@ -0,0 +1,9 @@ +" Vim ftplugin file +" Language: Haskell +" Maintainer: Tristan Ravitch + +" I don't fully understand what the vim-default ftplugin does, but I do know +" that the three-part comment entry really messes up this indenter (I also +" hate the leading '-'s it puts in on each line). Disable it here. +setlocal comments& +setlocal comments=:-- -- cgit v1.2.3