Don't silence cmap

This commit is contained in:
Jaehwang Jung
2022-06-25 20:42:38 +09:00
committed by Tim Pope
parent 33a7cdf213
commit 00cc23868a

View File

@@ -7477,7 +7477,7 @@ function! fugitive#MapCfile(...) abort
call s:Map('n', '<C-W>f', '<SID>:sfind <Plug><cfile><CR>', '<silent><unique>', 1)
call s:Map('n', '<C-W><C-F>', '<SID>:sfind <Plug><cfile><CR>', '<silent><unique>', 1)
call s:Map('n', '<C-W>gf', '<SID>:tabfind <Plug><cfile><CR>', '<silent><unique>', 1)
call s:Map('c', '<C-R><C-F>', '<Plug><cfile>', '<silent><unique>', 1)
call s:Map('c', '<C-R><C-F>', '<Plug><cfile>', '<unique>', 1)
endif
endfunction