" We use a vim " Datum letzte Aenderung: Fr 24. Nov 2000 " Copyright (c) 2000 by schrode.net " http://www.schrode.net/files/.vimrc set nocompatible set tabstop=2 set shiftwidth=2 set cindent " " Colo(u)red or not colo(u)red " If you want color you should set this to true " let color = "true" " if has("syntax") if color == "true" " This will switch colors ON so ${VIMRUNTIME}/syntax/syntax.vim else " this switches colors OFF syntax off set t_Co=0 endif endif " ~/.vimrc ends here