Updated runtime files. Remove HiLink commands.
diff --git a/runtime/syntax/lhaskell.vim b/runtime/syntax/lhaskell.vim
index 7820781..0a8a076 100644
--- a/runtime/syntax/lhaskell.vim
+++ b/runtime/syntax/lhaskell.vim
@@ -104,14 +104,12 @@
" Define the default highlighting.
" Only when an item doesn't have highlighting yet
-command -nargs=+ HiLink hi def link <args>
-HiLink lhsBirdTrack Comment
+hi def link lhsBirdTrack Comment
-HiLink beginCodeBegin texCmdName
-HiLink beginCodeCode texSection
+hi def link beginCodeBegin texCmdName
+hi def link beginCodeCode texSection
-delcommand HiLink
" Restore cursor to original position, as it may have been disturbed
" by the searches in our guessing code