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:
commit
4a637e8315
@ -10,10 +10,10 @@
|
|||||||
"
|
"
|
||||||
"============================================================================
|
"============================================================================
|
||||||
|
|
||||||
if exists("g:loaded_syntastic_haskell_ghc-mod_checker")
|
if exists("g:loaded_syntastic_haskell_ghc_mod_checker")
|
||||||
finish
|
finish
|
||||||
endif
|
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')
|
if !exists('g:syntastic_haskell_checker_args')
|
||||||
let g:syntastic_haskell_checker_args = '--hlintOpt="--language=XmlSyntax"'
|
let g:syntastic_haskell_checker_args = '--hlintOpt="--language=XmlSyntax"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user