diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 9f82733..758ee1f 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -2125,7 +2125,7 @@ function! s:StageInline(mode, ...) abort if mode ==# 'await' && line[0] ==# '@' let mode = 'capture' endif - if line[0] ==# 'd' + if mode !=# 'head' && line !~# '^[ @+-]' if len(diff) break endif