lukerandall / haskellmode-vim

An unpacked copy of the haskellmode vimball. Ping me if it needs updating.
http://projects.haskell.org/haskellmode-vim/
BSD 3-Clause "New" or "Revised" License
135 stars 21 forks source link

Incompatibility with fugitive.vim #12

Open hanst99 opened 10 years ago

hanst99 commented 10 years ago

I'm not sure what it is, but something about haskellmode breaks fugitives :Glog command - git log is still run, but the quickfix list isn't populated with previous revisions anymore and the current file isn't replaced with the last commit. Does haskellmode do something weird to the quickfix list?

forbesmyester commented 9 years ago

It also breaks Ggrep location list, my workflow is :Ggrep "something" and then [q or ]q to jump between found strings.