Hi all.

Currently, vim's jumplist keeps all jump marks, but I think the modern way
is trim jump marks if necessary. For example:
 1
 2
>3
 4

Now insert mark 5, it will become:
 1
 2
 3
 4
 5
>

But, if I want to jump back to mark 1, I need to press too many <C-o>,
so I make a path to change this. After insert mark 5, it will become:
 1
 2
>5


I find another code in mark.c, so I enable it incidentally.

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Attachment: jumplist.patch
Description: Binary data

Raspunde prin e-mail lui