motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 857c107e5a4cfeeab8e5d7ab2e4813e7a2de85d0 (tree)
parent be9ff95f27d12b7bd46ab5d36f7149cb0864c329
Author: Tim Pope <code@tpope.net>
Date:   Sat, 19 Jun 2021 12:40:07 -0400

Fix typo

Diffstat:
Mautoload/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