Change the - (dash) in the header guard to _ (underscore) to fix an unxepected characters error

This commit is contained in:
Taylor Price 2013-02-21 10:10:22 -08:00
parent 8cc63c729a
commit 91e8b1ce84

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"'