version 6.3 syntax on colorscheme default let s:cpo_save=&cpo let &cpo=s:cpo_save unlet s:cpo_save set cpo&vim set nocompatible set background=dark set exrc set history=1024 set autoread set ttyfast set lazyredraw set mouse=a set enc=iso-8859-2 set fenc=iso-8859-2 set tenc=iso-8859-2 set expandtab set autoindent set smarttab set softtabstop=2 set tabstop=2 set shiftwidth=2 set backspace=2 set nohlsearch set nojoinspaces set nonumber set nostartofline set modeline set modelines=3 set showcmd set cmdheight=1 set ruler set display=lastline set laststatus=2 set wildmenu set wildmode=longest,list,list:full set showmode set showmatch set showbreak= set textwidth=72 set wrapmargin=72 set nowrap set foldmethod=indent set foldopen=all set foldclose=all set nofoldenable set linebreak set t_vb= set browsedir=buffer set visualbell set noerrorbells map g imap g map g imap g map Oa { imap Oa { map Ob } imap Ob } map x ) imap x ) map z ( imap z ( map Od B imap Od B map Oc E imap Oc E map dd imap dd map C vEUE imap C vEUE map c vEuE imap c vEuE map u imap u map u U imap u U map gqap imap gqap map ggVGgq imap ggVGgq imap vgG vmap "*xi imap vgG vmap "*yi imap gggHG vmap gggHGi imap x\\paste\\"_s vmap "-cx\\paste\\"_x imap autocmd FileType * se syn= autocmd FileType vim se syn=vim autocmd FileType c se syn=c autocmd FileType make se syn=make if has('autocmd') filetype plugin indent on autocmd BufEnter *.c,*.h,*.cpp,*.hpp,*.cc source ~/.vim-c endif