From 1d2901f71071dc5a70a44ab56102ffdb5501ae3a Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sat, 18 Jul 2020 22:02:36 -0600 Subject: [PATCH] Rename the autogroup --- ftplugin/gitcommit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/gitcommit.vim b/ftplugin/gitcommit.vim index d9bb620..a26467f 100644 --- a/ftplugin/gitcommit.vim +++ b/ftplugin/gitcommit.vim @@ -1,5 +1,5 @@ if g:lazygit_use_neovim_remote && executable("nvr") - augroup GIT + augroup lazygit_neovim_remote autocmd! autocmd WinLeave :LazyGit augroup END