diff options
Diffstat (limited to '')
| -rw-r--r-- | after/ftplugin/cabal.vim | 1 | ||||
| -rw-r--r-- | after/ftplugin/haskell.vim | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/after/ftplugin/cabal.vim b/after/ftplugin/cabal.vim index a4f042ba..17bca8f5 100644 --- a/after/ftplugin/cabal.vim +++ b/after/ftplugin/cabal.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+=-,.,*  setlocal commentstring=--\ %s 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 | 
