Ticket #11 (closed defect: invalid)
vim recognizes imports in some places, not in others
| Reported by: | jdgallag | Owned by: | claus |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | compiler/ghc.vim | Version: | 20090407 |
| Keywords: | Cc: |
Description
I am playing with the Vim-haskellmode which seems really nice overall. However, I have a headache I cannot resolve. I created four files Ta.hs Tb.hs Tc.hs Td.hs in a single folder. Each incrementally imports and uses a function from the prior. At first, I could not get Tb even to work unless it was in the same directory as .vimrc (\home\user\). Then, if I make exactly one change, copy .vimrc to \home\, then Tc works. Yet, Td does not yet work. Further, this is confusing because there is no problem with running any of the files from normal ghci on a terminal. I suspect I have a configuration problem (I have not used vim really). Any suggestions?
Thanks, Jon
