aboutsummaryrefslogtreecommitdiff
path: root/autoload/utils.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-08-23 21:12:50 +0800
committerGitHub <noreply@github.com>2022-08-23 21:12:50 +0800
commit6539e72a5d36c308f859a30a97a52deb22f16090 (patch)
tree34c5c9d261bfbfc590effae4c89a671cf705ffa2 /autoload/utils.vim
parent96129335ad5dcb39ee68fcebfd15dfb01923fc14 (diff)
parentb279c0cd95bc1246726deecf1199ea3c132ea0c6 (diff)
Merge pull request #75 from jdhao/typo-fix
fix some typos
Diffstat (limited to 'autoload/utils.vim')
-rw-r--r--autoload/utils.vim2
1 files changed, 1 insertions, 1 deletions
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