summary refs log tree commit diff
path: root/vim/ftplugin/gitcommit.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim/ftplugin/gitcommit.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/ftplugin/gitcommit.vim b/vim/ftplugin/gitcommit.vim
new file mode 100644
index 0000000..30d26b2
--- /dev/null
+++ b/vim/ftplugin/gitcommit.vim
@@ -0,0 +1,2 @@
+au FileType gitcommit setlocal spell
+au FileType gitcommit setlocal textwidth=80