From 0de043adbc144510635702dadedc946e3c69f64e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 10 Oct 2015 16:56:22 +0200 Subject: Update --- after/ftplugin/haskell.vim | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 after/ftplugin/haskell.vim (limited to 'after/ftplugin/haskell.vim') 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 -- cgit v1.2.3