Resize fixes.
authorIain Patterson <me@iain.cx>
Thu, 14 May 2009 10:26:41 +0000 (11:26 +0100)
committerIain Patterson <me@iain.cx>
Thu, 14 May 2009 10:26:41 +0000 (11:26 +0100)
commit832105f1cffb94d0193777f6c1d3ddc98be1e24d
treee44b654ea4211bf7a01b61345d9c51a05cbd0ebc
parent684ac378caf020ef169eb36ed0be25afef087cb7
Resize fixes.

The numberwidth variable is only available in Vim 7.  We had thought it
was available in Vim 6.
The winnr() function used to check whether any windows have &number on
is present in Vim 7.  Disable window resizing if the function isn't
available.
.vimrc