From 17f0e0818c53d5ba2aed76b4330378c89d626162 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 17 May 2019 20:53:34 +0200 Subject: ftplugin/gitcommit.vim: Turn on spell checking in Git commits --- ftplugin/gitcommit.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ftplugin/gitcommit.vim b/ftplugin/gitcommit.vim index 5d995b2..05cf30e 100644 --- a/ftplugin/gitcommit.vim +++ b/ftplugin/gitcommit.vim @@ -10,5 +10,8 @@ setlocal shiftwidth=2 setlocal textwidth=72 +setlocal spell + + " Make bulleted lists with '*' not start wrapped lines with '*' setlocal comments-=mb:* comments+=fb:* -- cgit v1.2.3