commit 857c107e5a4cfeeab8e5d7ab2e4813e7a2de85d0 (tree) parent be9ff95f27d12b7bd46ab5d36f7149cb0864c329 Author: Tim Pope <code@tpope.net> Date: Sat, 19 Jun 2021 12:40:07 -0400 Fix typo Diffstat:
| M | autoload/fugitive.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim @@ -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