diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-10 16:56:22 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-10-10 16:56:22 +0200 |
commit | 0de043adbc144510635702dadedc946e3c69f64e (patch) | |
tree | 78e5d363305935cf5653a3f510ab86bb019c3199 /after/ftplugin/haskell.vim | |
parent | 67fcbd2a8632d5ab7895e34acb084117e5d0ea17 (diff) | |
download | vim-polyglot-0de043adbc144510635702dadedc946e3c69f64e.tar.gz vim-polyglot-0de043adbc144510635702dadedc946e3c69f64e.zip |
Update
Diffstat (limited to 'after/ftplugin/haskell.vim')
-rw-r--r-- | after/ftplugin/haskell.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim deleted file mode 100644 index 387ffe71..00000000 --- a/after/ftplugin/haskell.vim +++ /dev/null @@ -1,7 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1 - -setlocal comments=s1fl:{-,mb:-,ex:-},:-- -setlocal formatoptions-=cro formatoptions+=j -setlocal iskeyword+=' - -endif |