diff --git a/plugin/fugitive.vim b/plugin/fugitive.vim index 6873c1b..5e927e6 100644 --- a/plugin/fugitive.vim +++ b/plugin/fugitive.vim @@ -1706,6 +1706,7 @@ function! s:BufReadIndex() endif setlocal ro noma nomod nomodeline bufhidden=delete nnoremap q :bdelete + nnoremap R :edit nnoremap a :let b:fugitive_display_format += 1exe BufReadIndex() nnoremap i :let b:fugitive_display_format -= 1exe BufReadIndex() nnoremap D :execute StageDiff()