It seems to me like VIM thinks your file is a (La)TeX file. Can you check that your filetype variable is set to lhaskell? (Type :set filetype) It should be if your file has extension .lhs. If it isn't, try setting it manually (:set filetype=lhaskell)
-- Michael T. Richter <ttmrichter@gmail.com> (GoogleTalk: ttmrichter@gmail.com) The most exciting phrase to hear in science - the one that heralds new discoveries - is not "Eureka!" but "That's funny..." (Isaac Asimov) |