aboutsummaryrefslogtreecommitdiff
path: root/core/autocommands.vim
diff options
context:
space:
mode:
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
"}