From: Nick Bowler Date: Tue, 18 Jan 2011 14:31:56 +0000 (-0500) Subject: Enable syntax highlighting by default. X-Git-Url: https://git.draconx.ca/gitweb/vimconf.git/commitdiff_plain/ea265061fb958c9855892c362819e3aa8bce58ed Enable syntax highlighting by default. For distributions that don't... --- diff --git a/vimrc b/vimrc index 15710ee..57b4021 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,7 @@ " Global stuff set ai backup autocmd Syntax * syntax sync fromstart +syntax on " Try to prevent vim from seeing terminal escape sequences with user input set timeoutlen=100