Vim 5 compatibility
authorIain Patterson <me@iain.cx>
Tue, 7 Jul 2009 13:32:36 +0000 (14:32 +0100)
committerIain Patterson <me@iain.cx>
Tue, 7 Jul 2009 13:32:36 +0000 (14:32 +0100)
Vim 5 doesn't recognise the <SID> prefix for functions or the += syntax
for variable assignment.  It also doesn't recognise variables in the
global scope without an explicit g: prefix.
Rewrite Startup_Resize() and Resize_Columns() with the above in mind.


No differences found