We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74a7cf commit b068eafCopy full SHA for b068eaf
autoload/fugitive.vim
@@ -8030,8 +8030,8 @@ function! fugitive#MapJumps(...) abort
8030
call s:MapMotion(']]', 'exe <SID>NextSection(v:count1)')
8031
call s:MapMotion('[]', 'exe <SID>PreviousSectionEnd(v:count1)')
8032
call s:MapMotion('][', 'exe <SID>NextSectionEnd(v:count1)')
8033
- call s:Map('nxo', '*', '<SID>PatchSearchExpr(0)', '<expr>')
8034
- call s:Map('nxo', '#', '<SID>PatchSearchExpr(1)', '<expr>')
+ call s:Map('no', '*', '<SID>PatchSearchExpr(0)', '<expr>')
+ call s:Map('no', '#', '<SID>PatchSearchExpr(1)', '<expr>')
8035
endif
8036
call s:Map('n', 'S', ':<C-U>echoerr "Use gO"<CR>', '<silent><unique>')
8037
call s:Map('n', 'dq', ":<C-U>call fugitive#DiffClose()<CR>", '<silent>')
0 commit comments