[Haskell-cafe] Re: auto-completion for Vim 7

2007-03-04 Thread Stephan Walter
Hi Neil, Neil Mitchell wrote: > Using a recent version of haddock, the --hoogle flag gives you exactly > what you want. I tried that but I guess I was too impatient to figure out what exactly haddock wants (it seemed to choke on #ifdefs), so I just used the hoogle.txt from darcs and ran it throug

Re: [Haskell-cafe] Re: auto-completion for Vim 7

2007-03-04 Thread Neil Mitchell
Hi I tried that but I guess I was too impatient to figure out what exactly haddock wants (it seemed to choke on #ifdefs), so I just used the hoogle.txt from darcs and ran it through sed. Haddock can't cope with #ifdef's, or .lhs files - haddock-ghc will be able to (the next version), so hopefu

Re: [Haskell-cafe] Re: auto-completion for Vim 7

2007-03-04 Thread Stefan O'Rear
On Sun, Mar 04, 2007 at 07:58:59PM +, Neil Mitchell wrote: > Hi > > >I tried that but I guess I was too impatient to figure out what exactly > >haddock wants (it seemed to choke on #ifdefs), so I just used the > >hoogle.txt from darcs and ran it through sed. > > Haddock can't cope with #ifdef