On 2012-05-14 09:49:36, Aman Sawrup wrote:
> CTRL-O and CTRL-I previously worked well for me in 1.7.2. However starting
> in 1.7.3 and continuing in 1.7.4, when I use CSearch to search for an
> element under the cursor, and it finds the element in the *current file*, the
> jump position is not remembered. Unfortunately, this means CTRL-O will *not
> * jump back to the previous cursor position.
>
> Of note, I have the following VIM global variables defined:
> let g:EclimCSearchSingleResult = "edit"
> let g:EclimLocateFileDefaultAction = "edit"
> let g:EclimCHierarchyDefaultAction = "edit"
This apparently broke when eclim switched to using json for all
responses. I just checked in a fix[1] for it.
[1]
https://github.com/ervandew/eclim/commit/8cc757d961eff376c85bff4115c5c4ab446b591a
--
eric