Skip to content

Commit edbc8ca

Browse files
committed
add BCommits on range
1 parent fb85bb7 commit edbc8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot_vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ call fuzzymenu#AddAll({
937937
\ },
938938
\ {'for': {'exists': 'g:loaded_fugitive'}, 'tags': ['git']})
939939

940-
call fuzzymenu#Add('󰳐 Commits for range (git log)', {'visual': ':call VisualExec("BCommits")' }, {'for': {'exists': 'g:loaded_fugitive'}, 'tags': ['visual', 'git']})
940+
call fuzzymenu#Add('󰳐 Commits for range (git log)', {'visual': ':BCommits' }, {'for': {'exists': 'g:loaded_fugitive'}, 'tags': ['visual', 'git']})
941941

942942
call fuzzymenu#Add(' Mergetool', {'exec': 'MergetoolToggle'}, {'tags': ['mergetool']})
943943
call fuzzymenu#AddAll({

0 commit comments

Comments
 (0)