Fix P in :Gstatus

This commit is contained in:
Tim Pope 2019-07-03 17:14:18 -04:00
parent d238736a30
commit 302ee3b41c

View File

@ -2651,7 +2651,7 @@ function! s:StagePatch(lnum1,lnum2) abort
return 'Git reset --patch'
elseif empty(info.paths) && info.section ==# 'Unstaged'
return 'Git add --patch'
elseif empty(info.paths) ==# ''
elseif empty(info.paths)
continue
endif
execute lnum