diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index b584df7..24dd060 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -217,7 +217,7 @@ augroup fugitive autocmd FileType git \ if exists('b:git_dir') | - \ call fugitive#MapJumps() | + \ call fugitive#MapJumps() | \ call fugitive#MapCfile() | \ endif autocmd FileType gitcommit