aaronlevin / ghcmod-vim-issue

repo to show issue with ghcmod-vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghcmod-vim-issue

There is an issue with ghcmod-vim (I believe) when you have more than five nested directories / module hierarchies.

To reproduce:

  1. git clone https://github.com/aaronlevin/ghcmod-vim-issue.git && cd ghcmod-vim-issue
  2. vim src/One/Two/Three/Four/Five/E.hs
  3. in vim, make a change that will cause a compilation failure.
  4. go into the dialog buffer and hit enter to go to the line of code that errors. You should be presented with a blank buffer.

If you repeat the same instructions with the file src/One/Two/Three/Four/D.hs you won't get an error.

About

repo to show issue with ghcmod-vim


Languages

Language:Nix 86.0%Language:Haskell 14.0%