
17 Jun
2007
17 Jun
'07
10:47 p.m.
I'd like to have some features, such as _T .. But this only works if the file can be parsed by ghc, right?
yes. both '_t' and '_T' simply use ghci's :t (:s is also available via '_si').
actually, that was only in early versions. these days, GHC.vim lists the imports, uses 'ghc -e :browse ..' on each import, and caches the results in a dictionary, which is used both for one of the completions, and for '_t'/'_T'. claus