From c9d428dda8d84ba8895d332bcf9698d1aa90fc04 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Fri, 9 Apr 2010 15:28:57 -0500 Subject: [PATCH] Comment. --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 8268ce6..75d236f 100644 --- a/vimrc +++ b/vimrc @@ -4,6 +4,7 @@ if $MONO != "yes" colorscheme darkburn " Set color scheme. set nonumber " Enable line numbering. else + " makes the autocmd's work when in MONO mode. filetype on endif if has("gui_running")