From 22095febb74f89d9a3dd6a10c9c95fba83675383 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 10 Jun 2020 11:46:12 +0200 Subject: Update --- ftplugin/gitcommit.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftplugin/gitcommit.vim') diff --git a/ftplugin/gitcommit.vim b/ftplugin/gitcommit.vim index 14bc6425..c56eacdf 100644 --- a/ftplugin/gitcommit.vim +++ b/ftplugin/gitcommit.vim @@ -14,6 +14,7 @@ runtime! ftplugin/git.vim let b:did_ftplugin = 1 setlocal comments=:# commentstring=#\ %s +setlocal include=^\+\+\+ setlocal nomodeline tabstop=8 formatoptions+=tl textwidth=72 setlocal formatoptions-=c formatoptions-=r formatoptions-=o formatoptions-=q formatoptions+=n setlocal formatlistpat+=\\\|^\\s*[-*+]\\s\\+ -- cgit v1.2.3