Support new features in Vim 7.3.
authorIain Patterson <me@iain.cx>
Wed, 7 Jul 2010 16:55:19 +0000 (17:55 +0100)
committerIain Patterson <me@iain.cx>
Mon, 19 Jul 2010 12:50:47 +0000 (13:50 +0100)
commitd643f35d55b8c3ddf1ba3ebf5206267a74cd7652
treefe8c6de1ead4d8a7a6d4f3c4cfefdba98942d0ad
parentf8181fa72460c721a55995e0322eabd53f1cc3d4
Support new features in Vim 7.3.

Enable persistent undo by default if an undofile already exists but not
for temporary files etc.
Show U in the statusline if persistent undo is on.
Show u in the statusline if persistent undo is off but an undofile exists.
Use \u to toggle persistent undo on and off.
Use \U to disable persistent undo and delete the undofile.

Use \CC to toggle ColorColumn at current cursor position.
Use \Cc to remove last set ColorColumn.
Use \Cx to remove all ColorColumns.
.vim/colors/iain.vim
.vimrc