Tuesday, April 17, 2012

Re: Temporary stop Relative Line number where it is.

rameo wrote:
> I like Relative Line number (rnu) and use it often.
> But when something is not visible in my vim window I have to scroll down and Relative Line numbers changes with it.
>
> Sometimes when I write functions I receive error messages; error at line .. and I have to count how many lines are between the top of the function to the line of the error message.
>
>
You may find my VimErrFind plugin useful with respect to vim's error
messages.

:VEF funcname rltv-line-nmbr

will jump to the line in question. VImErrFind prefers the current file,
but if it can't find the function in there, then it will use tags.

Its available at my website:
http://www.drchip.org/astronaut/vim/index.html#VIMERRFIND

Regards,
Chip Campbell


--
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: