summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gvimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvimrc b/gvimrc
index 82fcea1..709ac65 100644
--- a/gvimrc
+++ b/gvimrc
@@ -36,7 +36,7 @@ au FileType c,cpp,jam,h,slice map <S-F5> :wa<CR>:set makeprg=b2\ -qj3\ variant=r
au FileType c,cpp,jam,h,slice map <F6> :wa<CR>:set makeprg=b2\ -q<CR>:mak<CR>
au FileType c,cpp,h map <S-F9> :call LoadCov()<CR><CR>
au FileType dot map <F5> :wa<CR>:set makeprg=dot\ %\ -Tpng\ -O<CR>:mak<CR><CR>
-au FileType cpp,h map <F12> :wa<CR>:set makeprg=doxygen<CR>:mak<CR><CR>
+au FileType cpp,h map <S-F12> :wa<CR>:set makeprg=doxygen<CR>:mak<CR><CR>
au FileType ebuild map <F6> :w<CR>:!ebuild % manifest<CR>
au FileType ebuild map <F7> :w<CR>:!ebuild % clean<CR>
au FileType ebuild map <F8> :w<CR>:!ebuild % compile<CR>