diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-07 02:44:57 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-07 03:15:22 +0800 |
| commit | 8dffa8bd23606cb72831bdd22f00b41e3bce8d30 (patch) | |
| tree | c48f4494804664ab04219a60ef67ff346d541422 /core/autocommands.vim | |
| parent | d434627738c59473530d807cb645df6deb4c8e80 (diff) | |
chore: formatting and fix spell errors
Diffstat (limited to 'core/autocommands.vim')
| -rw-r--r-- | core/autocommands.vim | 2 |
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 "} |
