From b75df76ca7c17b35f843cec5056a72f17e261941 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 17 May 2008 13:13:00 +0100 Subject: [PATCH] set tw=68 for git commit messages --- .vim/ftplugin/gitcommit.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vim/ftplugin/gitcommit.vim diff --git a/.vim/ftplugin/gitcommit.vim b/.vim/ftplugin/gitcommit.vim new file mode 100644 index 0000000..23051d4 --- /dev/null +++ b/.vim/ftplugin/gitcommit.vim @@ -0,0 +1 @@ +setlocal tw=68 -- 2.39.2