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.
After I do any of
:InteroType
:InteroGoto
(and fail):InteroUses
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.