Nick Gravgaard <[EMAIL PROTECTED]> escrit: > if Vim could display relative line numbers > in the left hand margin (with the current > line being 1, the next being 2, and so on)
Yes, this is easy, vim can. This is easy implementable in vimscript using the *SIGNS* (:help signs). Plus, use the CursorMoved autocommand. Learn vim scripting yourself, or ask someone who has vimscript experience to write such script. Couple of hours if you already have experience with vimscript, or several days if it's your first nontrivial vim script. Good luck Yakov -- [1] Not related to http://imdb.com/title/tt0286106/ :-) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---