aboutsummaryrefslogtreecommitdiff
path: root/core/autocommands.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-07 02:44:57 +0800
committerjdhao <jdhao@hotmail.com>2021-08-07 03:15:22 +0800
commit8dffa8bd23606cb72831bdd22f00b41e3bce8d30 (patch)
treec48f4494804664ab04219a60ef67ff346d541422 /core/autocommands.vim
parentd434627738c59473530d807cb645df6deb4c8e80 (diff)
chore: formatting and fix spell errors
Diffstat (limited to 'core/autocommands.vim')
-rw-r--r--core/autocommands.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/autocommands.vim b/core/autocommands.vim
index 2563ce7..8e9f8f2 100644
--- a/core/autocommands.vim
+++ b/core/autocommands.vim
@@ -92,6 +92,6 @@ endfunction
augroup git_repo_check
autocmd!
- autocmd VimEnter,DirChanged * call utils#Inside_git_repo()
+ autocmd VimEnter,DirChanged * call utils#Inside_git_repo()
augroup END
"}