From fb1100cfe6726d2648693df3f31bd6d37f2ac810 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 17 Jun 2021 12:20:08 +0300 Subject: [PATCH] Combine all gitcommit autocmds --- vim/.vim/ftplugin/gitcommit/{spell.vim => autos.vim} | 1 + vim/.vim/ftplugin/gitcommit/tw.vim | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) rename vim/.vim/ftplugin/gitcommit/{spell.vim => autos.vim} (60%) delete mode 100644 vim/.vim/ftplugin/gitcommit/tw.vim 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 -- 2.44.0