From: Sergey Matveev Date: Thu, 17 Jun 2021 09:20:08 +0000 (+0300) Subject: Combine all gitcommit autocmds X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=fb1100cfe6726d2648693df3f31bd6d37f2ac810 Combine all gitcommit autocmds --- diff --git a/vim/.vim/ftplugin/gitcommit/spell.vim b/vim/.vim/ftplugin/gitcommit/autos.vim similarity index 60% rename from vim/.vim/ftplugin/gitcommit/spell.vim rename to vim/.vim/ftplugin/gitcommit/autos.vim index 2ffef3c..2c9154b 100644 --- a/vim/.vim/ftplugin/gitcommit/spell.vim +++ b/vim/.vim/ftplugin/gitcommit/autos.vim @@ -1 +1,2 @@ setlocal spell spelllang=ru,en_gb +setlocal textwidth=72 diff --git a/vim/.vim/ftplugin/gitcommit/tw.vim b/vim/.vim/ftplugin/gitcommit/tw.vim deleted file mode 100644 index 446f25e..0000000 --- a/vim/.vim/ftplugin/gitcommit/tw.vim +++ /dev/null @@ -1 +0,0 @@ -setlocal textwidth=72