MK wrote:
> Hi.  I do work on a remote server via ssh and vim.  Vim is also my 
> editor of choice at home, or anywhere else.  However, the vim on the 
> server presents line numbers with a massive offset; normally mine 
> appear:
> 
>   8
>   9
>  10
> 
> These appear:
>       1
>       2
> 
> at least an entire 8 space tabstop in.  I have my own .vimrc there and 
> can find nothing to account for it.  I've just googled around, browsed 
> the documents, can't find anything, so as a last resort, here I am!
> 
> Anyone know how to affect this?  It wastes a ton of screen space...

You're after the 'numberwidth' setting:

   :help 'numberwidth'

which may be set differently on both, or change based on whether 
invoked as "vim" or "vi".  It was added more recently, so if you 
have an older version of Vim on one machine or the other, it may 
not be available.


-tim



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to