[vim] dummy mistake

This commit is contained in:
Mathieu Maret 2010-09-16 18:18:19 +02:00
parent 96128d34cb
commit f4ddcdbd4d
1 changed files with 2 additions and 2 deletions

4
.vimrc
View File

@ -289,8 +289,8 @@ if has("cscope")
nmap <F4> :cscope find f <C-R>=expand("<cfile>")<CR><CR>
nmap <S-F4> :scscope find f <C-R>=expand("<cfile>")<CR><CR>
" find this C symbol with F5 and split with shift+F5
nmap <F5> :cscope find s <C-R>=expand("<cfile>")<CR><CR>
nmap <S-F5> :scscope find s <C-R>=expand("<cfile>")<CR><CR>
nmap <F5> :cscope find s <C-R>=expand("<cword>")<CR><CR>
nmap <S-F5> :scscope find s <C-R>=expand("<cword>")<CR><CR>
" go to definition with F6 and split with shift+F6 and use ctags with alt+shift+F6
nmap <F6> :cscope find g <C-R>=expand("<cword>")<CR><CR>
nmap <S-F6> :scscope find g <C-R>=expand("<cword>")<CR><CR>