From 5dd1a7e83966c92d220073185f1738dfe441f59e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 2 May 2016 10:42:37 +0200 Subject: Update --- after/ftplugin/haskell.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'after/ftplugin/haskell.vim') diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index 387ffe71..766d4f8b 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -1,7 +1,6 @@ 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