2010/2/26 Tom Link <micathom@gmail.com>
> What I mean is a :sign command. I can sign lines of code but, as IJust out of curiosity, are you sure you don't want to use marks? I
> wrote, it doesn't persists between sessions. Is it even possible to
> write current list of signed lines?
hardly ever use signs directly. The way I use vim, signs are usually
created programmatically (e.g. based on info in the quickfixlist or
the location list). If I want to put a mark on a line of code, I use
marks for which vim also provides commands/maps to jump to these marks
etc. I you wanted to use signs, you probably also had to write some
commands/functions to jump to these signs, to remove them easily etc.
Do not top-post! Type your reply below the text you are replying to.
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
--
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
No comments:
Post a Comment