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
|
endif
|
||||||
endwhile
|
endwhile
|
||||||
if start == 0
|
if start == 0
|
||||||
throw 'fugitive: cold not find hunk'
|
throw 'fugitive: could not find hunk'
|
||||||
elseif getline(start) !~# '^@@ '
|
elseif getline(start) !~# '^@@ '
|
||||||
throw 'fugitive: cannot apply conflict hunk'
|
throw 'fugitive: cannot apply conflict hunk'
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user