From 49ed696cf0a78c69dd8b257cb5ee0b21786798d2 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 17 Apr 2013 03:58:52 +0400 Subject: Missing endif --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index 00803b1..1381979 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -35,6 +35,7 @@ set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.i if &term =~ "xterm-debian" || &term =~ "xterm-xfree86" set t_Co=16 set t_Sfet t_Sb= +endif syntax enable colorscheme desert -- cgit v1.2.3