I see that many VIM scripts and shortcuts overwrite markers, such as this helpful tip. Is there any way to define a namespace for these markers so that they won’t collide and won’t override markers that the user may be using?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, but this type of action is normally achieved by
:keepjumps(to prevent automatically updated markers from changing) and usingsetpos()/getpos()orwinsaveview()/winrestview().