valpackett / intero.nvim

Haskell+Neovim lightning fast autocompletion and other IDE functionality
The Unlicense
78 stars 0 forks source link

Cursor moves to beginning of line #3

Open Xandaros opened 8 years ago

Xandaros commented 8 years ago

After I do any of

the cursor gets sent to the beginning of the line. It would be if it gets placed were it was before. For :InteroType, this is not such a big issue, since I can simply make a mark and reset to there, but with InteroGoto, I'd have to figure out whether it worked or not. (I don't really want to jump back if I actually went to the definition. That kinda defeats the purpose :D)

At the moment, only :InteroTypeStr does not exhibit this behaviour.