Error detected while processing /home/kyle/.vim/ftplugin/haskell_doc.vim:
이것은 vim을 실행할 때 들리는 오류입니다. 나는 haskell과 함께 작동하는 syntastic을 얻으려고 노력하고있다. 여기의 .vimrc 파일을입니다haskell의 합성 오류
"use ghc functionality for haskell files
au Bufenter *.hs compiler ghc
" switch on syntax highlighting
syntax on
" side numbers
set nu
let g:ghc = "/usr/bin/ghc"
execute pathogen#infect()
let g:haddock_docdir = "/usr/share/doc/ghc6-doc/html/"
" enable filetype detection, plus loading of filetype plugins
filetype plugin on
let g:haddock_browser = "/usr/bin/firefox"
더 이상 오류 메시지가 없나요 아니면 한 줄입니까? – ErikR
왜 내가 혼란스러워하는 한 줄 thats 또한 syntastic doesnt work 전혀 작동하지 않는다 –