Yakov Lerner wrote:
Hello,
I am looking for the "multi-marks" plugin.
I want to "mark" multilpe lines (not with 'a,'b,'c, but with
some kind of mark that can mark multiple lines),
then cycle through the marked lines.

Even better, if marked lines are visually marked, too,
with "signs" or highlight.
Anything like this on vim.org/plugins ?

Thanks
Yakov


You may want to combine the "signs" functionality with the ":global" command. "A defined sign may be placed several times in different lines and files." However a distinct numeric {id} must be defined for every sign occurrence within a given file.

See ":help sign.txt"


Best regards,
Tony.

Reply via email to