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:
parent
6cc6a51cb7
commit
8ef96f95b9
4 changed files with 186 additions and 3 deletions
18
.vimrc
18
.vimrc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue