Switching to C defaults in vim

git-svn-id: http://photonzero.com/dotfiles/trunk@26 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2008-10-07 20:42:26 +00:00
parent 6cc6a51cb7
commit 8ef96f95b9
4 changed files with 186 additions and 3 deletions

18
.vimrc
View file

@ -79,4 +79,22 @@ endif
command SaveSession :mksession! ~/.vim_last_session
command LoadSession :source ~/.vim_last_session
cd ~/work/gd/trunk
"if has("cscope")
" set csto=0
" set cst
" set nocsverb
" " add any database in current directory
"if filereadable("~/work/gd/trunk/cscope.out")
" " cs add ~/work/gd/trunk/cscope.out
" if filereadable("cscope.out")
" cs add cscope.out
" " else add database pointed to by environment
" elseif $CSCOPE_DB != ""
" cs add $CSCOPE_DB
" endif
" set csverb
"endif
"inoremap ;a <esc>