On 22:00 Tue 18 Oct , sinbad wrote:
> hi,
>
> i want to be able to mark locations in files with some text (marking-
> text) of my choice.
> i can mark multiple locations in different files with the same marking-
> text. The marking-text
> is not actually part of the file(s) but remembers the positions
> (somehow). I should be able
> to scan through these marked texts. we can't use the current vim
> marks, as they are limited
> in number. is it possible by any other method now ?
>
> thanks
>
> --
> You received this message from the "vim_use" 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
Hi,
You can write your own script to do that. You can use getpos() function to
remember the position and store the date in
a dictionary of the format:
{ mark_name : [ file_name, position ] }
Best,
Marcin
--
You received this message from the "vim_use" 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