From b279c0cd95bc1246726deecf1199ea3c132ea0c6 Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 23 Aug 2022 21:09:49 +0800 Subject: fix some typos --- autoload/utils.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload') diff --git a/autoload/utils.vim b/autoload/utils.vim index d859775..65bdf6a 100644 --- a/autoload/utils.vim +++ b/autoload/utils.vim @@ -156,7 +156,7 @@ function! utils#Inside_git_repo() abort if match(res, 'true') == -1 return v:false else - " Manually trigger a specical user autocmd InGitRepo (to use it for + " Manually trigger a special user autocmd InGitRepo (to use it for " lazyloading of fugitive by packer.nvim). " See also https://github.com/wbthomason/packer.nvim/discussions/534. doautocmd User InGitRepo -- cgit v1.2.3