diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-12 17:17:14 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-12 17:17:14 +0200 |
commit | 35433aa23c6f7753fe96c67ed2ffdbb5291085a0 (patch) | |
tree | f6265a18bb6c6955ab77313f5cdc6cd8af7ac103 /after/ftplugin/haskell.vim | |
parent | 0a4fcd12b6227ae9975d64353025e55e2e0caddf (diff) | |
download | vim-polyglot-35433aa23c6f7753fe96c67ed2ffdbb5291085a0.tar.gz vim-polyglot-35433aa23c6f7753fe96c67ed2ffdbb5291085a0.zip |
vim-haskell -> hasksyn
Diffstat (limited to 'after/ftplugin/haskell.vim')
-rw-r--r-- | after/ftplugin/haskell.vim | 9 |
1 files changed, 9 insertions, 0 deletions
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=:-- |