update gitcommit auto command

This commit is contained in:
Ray Elliott 2021-02-16 18:50:16 +00:00
parent fc31c4e93a
commit 98d7bd5be8
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -189,7 +189,7 @@ onoremap U f_
augroup gitcommit
autocmd!
autocmd FileType gitcommit 1 | startinsert
autocmd FileType gitcommit 1
augroup END