Merge pull request #521 from trprice/master

ghd-mod.vim - Change the '-' (dash) in the "header guard" to a '_' (underscore) to fix an unexpected characters error.
This commit is contained in:
Martin Grenfell 2013-02-21 13:55:02 -08:00
commit 4a637e8315

View File

@ -10,10 +10,10 @@
"
"============================================================================
if exists("g:loaded_syntastic_haskell_ghc-mod_checker")
if exists("g:loaded_syntastic_haskell_ghc_mod_checker")
finish
endif
let g:loaded_syntastic_haskell_ghc-mod_checker=1
let g:loaded_syntastic_haskell_ghc_mod_checker=1
if !exists('g:syntastic_haskell_checker_args')
let g:syntastic_haskell_checker_args = '--hlintOpt="--language=XmlSyntax"'