set autoindent set smartindent set expandtab set tabstop=2 set shiftwidth=2 set number set nohlsearch set ignorecase smartcase set dictionary-=~/.vim/phpfunclist.txt dictionary+=~/.vim/phpfunclist.txt set complete-=k complete+=k filetype on syntax on set wmh=0 set showmatch map p :!php -l % abbr pif 5hi abbr peif 5hi abbr pelse abbr px abbr p= bbcw abbr pX 0Di?> abbr my$ '".mysql_escape_string($foo)."'?fooxxx map ] :MBEbn map [ :MBEbp if version >= 600 set foldenable set foldmethod=marker endif