Package Details: vim-ghcmod-git 20120923-1

Package Base: vim-ghcmod-git
Description: interactive command execution in vim
Upstream URL: https://github.com/eagletmt/ghcmod-vim
Category: editors
Licenses: MIT
Submitter: pdxleif
Maintainer: pdxleif
Last Packager: None
Votes: 2
First Submitted: 2012-09-24 04:43
Last Updated: 2013-11-08 20:26

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by urimon

2014-05-29 07:48

Flagged, new version is out.

Comment by pdxleif

2013-11-08 20:29

Added; sorry about that oversight. Haven't been using this since I switched to syntastic for the purpose.

Comment by zoidberg_md

2013-11-08 19:48

Dependency on vim-vimproc is missing.

Comment by pdxleif

2013-09-12 07:40

Thanks for the heads-up. Updated PKGBUILD to include the new files.

Comment by phaul

2013-09-10 16:05

The PKGBUILD leaves half of the package out of the install which breaks this. I imagine new util files appeared in the plugin since the PKGBUILD was created.

For now I suggest you just install this from github manually to ~/.vim without the package

Comment by pdxleif

2012-12-18 03:10

Sorry about the delayed response. Not really sure what's going on - does it help if you call ":setfiletype haskell" from the ex line (the same place you'd run :wq), just to make sure it's in Haskell mode? pacman -Ql on the package should show all the things it installs in /usr/share/vim/vimfiles after and autoload - it *should* be sourcing those for Haskell files. Maybe the author of this would have more info?

Anonymous comment

2012-10-11 18:05

I'm having trouble getting this to work. I've installed ghc-mod and vim-vimproc-git and it is working, but when I edit a .hs file I don't get the GhcModType command. Any tips?