Use :silent instead of :try..:catch..:endtry.
authorIain Patterson <me@iain.cx>
Thu, 27 Aug 2009 09:38:45 +0000 (10:38 +0100)
committerIain Patterson <me@iain.cx>
Thu, 27 Aug 2009 09:38:45 +0000 (10:38 +0100)
commit97592b88f3f92094e472b5e1a9a880890ad1de57
treeaf05688ebb3bd179f59b885b50d6dbdc409fbaf6
parent996703df922a6431a9d621a395605f0f31329b5d
Use :silent instead of :try..:catch..:endtry.

Some early Vim 6 builds don't have :try..:endtry and since we weren't
doing anything useful with the :catch it's easier to use :silent.
.vimrc