# HG changeset patch # User Gustavo Picon # Date 1270696986 18000 # Node ID d1477016777427d6cae13ad926c34d8b29150565 # Parent 5685a5be82b0e055206f7b883fe8696ca6e756bf now using menlo:h12 and fruity diff -r 5685a5be82b0e055206f7b883fe8696ca6e756bf -r d1477016777427d6cae13ad926c34d8b29150565 .vimrc --- a/.vimrc Thu Mar 25 01:11:33 2010 -0500 +++ b/.vimrc Wed Apr 07 22:23:06 2010 -0500 @@ -45,8 +45,7 @@ "endif if has('gui_running') - colorscheme koehler - set bg=dark + colorscheme fruity "elseif &t_Co == 256 " colorscheme oceanblack256 else @@ -177,19 +176,12 @@ " """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -autocmd FileType c,cpp call cstuff() -function cstuff() - set cindent - set formatoptions+=croql - set formatoptions-=t -endfunction +autocmd FileType c,cpp setlocal cindent formatoptions+=croql formatoptions-=t -autocmd FileType python call pystuff() -function pystuff() - set foldmethod=indent - set foldlevel=999999 - set smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class,with -endfunction +autocmd FileType python setlocal expandtab shiftwidth=4 tabstop=8 softtabstop=4 smartindent cinwords=if,elif,else,for,while,try,except,finally,def,class,with foldmethod=indent foldlevel=99999 +let python_highlight_all=1 +let python_highlight_exceptions=0 +let python_highlight_builtins=0 " I have been working with cobol lately, the horror au BufNewFile,BufRead *.CBL,*.cbl,*.cob setf cobol @@ -242,7 +234,7 @@ set lines=999 set columns=80 if has("mac") - set guifont=Monaco:h12 + set guifont=Menlo:h12 elseif has("unix") set guifont=Monospace\ 12 elseif has("win32") || has("win64")