Fixes for console mode vim on Windows.
authorIain Patterson <me@iain.cx>
Fri, 4 Oct 2013 12:16:43 +0000 (13:16 +0100)
committerIain Patterson <me@iain.cx>
Mon, 14 Oct 2013 11:44:26 +0000 (12:44 +0100)
commit2b2cc57a1351e773ec48b7d4cb154b7041d0bd58
treea067f051d9a78c0bdc31d30734094b65a23e9093
parentcf2c0d793fbcc5129774a7fe5dcf3297fd4d6239
Fixes for console mode vim on Windows.

Console vim running on windows supports UTF-8.

The vim which ships with GNU On Windows doesn't have the necessary
support files for syntax highlighting to work.  Wrap "syn enable" in a
try..catch block so parsing .vimrc doesn't fail when run by GOW vim.
.vimrc