From 8dffa8bd23606cb72831bdd22f00b41e3bce8d30 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 7 Aug 2021 02:44:57 +0800 Subject: chore: formatting and fix spell errors --- core/autocommands.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/autocommands.vim') 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 "} -- cgit v1.2.3