From: Iain Patterson Date: Tue, 7 Jul 2009 13:32:36 +0000 (+0100) Subject: Vim 5 compatibility X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=ca9bf8f792061929a7ef9f0a61022bf1b79539f0;hp=ca9bf8f792061929a7ef9f0a61022bf1b79539f0;p=profile.git Vim 5 compatibility Vim 5 doesn't recognise the 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. ---