From a76bf6e6a6a32c67e8de697633ce1d8843f209f0 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 7 Feb 2016 18:27:40 -0600 Subject: [PATCH] Enable spell check in hg/git commit messages --- ftplugin/gitcommit.vim | 1 + ftplugin/hgcommit.vim | 1 + 2 files changed, 2 insertions(+) create mode 100644 ftplugin/gitcommit.vim create mode 100644 ftplugin/hgcommit.vim diff --git a/ftplugin/gitcommit.vim b/ftplugin/gitcommit.vim new file mode 100644 index 0000000..bcda2dd --- /dev/null +++ b/ftplugin/gitcommit.vim @@ -0,0 +1 @@ +setlocal spell diff --git a/ftplugin/hgcommit.vim b/ftplugin/hgcommit.vim new file mode 100644 index 0000000..bcda2dd --- /dev/null +++ b/ftplugin/hgcommit.vim @@ -0,0 +1 @@ +setlocal spell