diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index d000561d8909c98c1a73574d1fe57d047909b79c..eac410e9411c581563e73e4d0738f4a7bf147487 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -8030,8 +8030,8 @@ function! fugitive#MapJumps(...) abort call s:MapMotion(']]', 'exe <SID>NextSection(v:count1)') call s:MapMotion('[]', 'exe <SID>PreviousSectionEnd(v:count1)') call s:MapMotion('][', 'exe <SID>NextSectionEnd(v:count1)') - call s:Map('nxo', '*', '<SID>PatchSearchExpr(0)', '<expr>') - call s:Map('nxo', '#', '<SID>PatchSearchExpr(1)', '<expr>') + call s:Map('no', '*', '<SID>PatchSearchExpr(0)', '<expr>') + call s:Map('no', '#', '<SID>PatchSearchExpr(1)', '<expr>') endif call s:Map('n', 'S', ':<C-U>echoerr "Use gO"<CR>', '<silent><unique>') call s:Map('n', 'dq', ":<C-U>call fugitive#DiffClose()<CR>", '<silent>')