mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 12:33:46 -05:00
Fix typo
This commit is contained in:
@@ -3978,7 +3978,7 @@ function! s:StageApply(info, reverse, extra) abort
|
||||
endif
|
||||
endwhile
|
||||
if start == 0
|
||||
throw 'fugitive: cold not find hunk'
|
||||
throw 'fugitive: could not find hunk'
|
||||
elseif getline(start) !~# '^@@ '
|
||||
throw 'fugitive: cannot apply conflict hunk'
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user