Hi Hari,
On 4/17/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote:
>
> In my script, when the user presses an hyperlink, I open the file
> corresponding to that link and move the cursor to the right location.
> This for some reason is not treated as a new jump by Vim, so when the
> user presses ^O, he doesn't go back to the old cursor position. Is there
> a way to force the original location to go into jumplist before moving
> the cursor?
>
The taglist plugin handles this by explicitly setting the ' mark.
mark '
- Yegappan