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