From ea265061fb958c9855892c362819e3aa8bce58ed Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Tue, 18 Jan 2011 09:31:56 -0500 Subject: [PATCH] Enable syntax highlighting by default. For distributions that don't... --- vimrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.43.2