Various vim fixes.
authorIain Patterson <me@iain.cx>
Thu, 9 Jul 2009 10:31:38 +0000 (11:31 +0100)
committerIain Patterson <me@iain.cx>
Mon, 10 Aug 2009 14:30:31 +0000 (15:30 +0100)
commitc204dd8c0a7d9d0c767e01f98f623af5f103c4d9
treee3434945d4b6cb24b62b76e66ca6f9e4221250bf
parentc47cae3b332824ba5432e70f0d04ba82e2ff71f9
Various vim fixes.

Change some mappings which conflict with plugins.

Unicode in Show_List().

When a new buffer was created BufEnter called Highlight_Signs() which
called Uncluttered_Buffer().  Most of the tests in that function don't
apply until the buffer is completely set up so move the initial call to
Highlight_Signs() to BufReadPost.

Show version in verbose statusline.

Added Extra_Columns() function to determine if column resizing is necessary.
Use it after setting listchars.

Fold up functions.

Use Prep_Sign() to shorten Prep_Signs().
Use Prep_Var() to shorten Iain_Vars().
.vimrc