]> git.draconx.ca Git - vimconf.git/commitdiff
Enable syntax highlighting by default.
authorNick Bowler <nbowler@elliptictech.com>
Tue, 18 Jan 2011 14:31:56 +0000 (09:31 -0500)
committerNick Bowler <nbowler@elliptictech.com>
Tue, 18 Jan 2011 14:31:56 +0000 (09:31 -0500)
For distributions that don't...

vimrc

diff --git a/vimrc b/vimrc
index 15710eea0474e00dbe86126343139e6cc39e4b54..57b40215c95f1516010bc8197589d776fc1bc5ee 100644 (file)
--- 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