set nocompatible runtime bundle/vim-pathogen/autoload/pathogen.vim silent! execute pathogen#infect() filetype plugin indent on set autoindent set background=dark set directory=.,$TEMP set expandtab set linebreak set number set omnifunc=syntaxcomplete#Complete set printoptions=paper:A4,duplex:off,header:0 set ruler set shiftwidth=4 set tabstop=4 set wrap syntax on if has("gui_running") if has("gui_gtk2") set guifont=Monospace\ 10 elseif has("gui_win32") set guifont=Consolas:h10:cANSI endif set columns=88 set lines=40 try colorscheme solarized catch /^Vim\%((\a\+)\)\=:E185/ colorscheme darkblue endtry endif