Name specified in ghc-mod.vim is ghc_mod, not ghc-mod.

This commit is contained in:
João Cristóvão 2013-11-21 09:48:29 +00:00
parent e9640d3d1c
commit 3721d9fca9

View File

@ -29,7 +29,7 @@ let s:defaultCheckers = {
\ 'go': ['go'],
\ 'haml': ['haml'],
\ 'handlebars': ['handlebars'],
\ 'haskell': ['ghc-mod', 'hdevtools', 'hlint'],
\ 'haskell': ['ghc_mod', 'hdevtools', 'hlint'],
\ 'haxe': ['haxe'],
\ 'hss': ['hss'],
\ 'html': ['tidy'],