aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/vim/my/after/ftplugin/gitcommit.vim
diff options
context:
space:
mode:
Diffstat (limited to '.config/vim/my/after/ftplugin/gitcommit.vim')
-rw-r--r--.config/vim/my/after/ftplugin/gitcommit.vim14
1 files changed, 0 insertions, 14 deletions
diff --git a/.config/vim/my/after/ftplugin/gitcommit.vim b/.config/vim/my/after/ftplugin/gitcommit.vim
deleted file mode 100644
index 915a193..0000000
--- a/.config/vim/my/after/ftplugin/gitcommit.vim
+++ /dev/null
@@ -1,14 +0,0 @@
-scriptencoding utf-8
-
-
-if exists('b:did_ftplugin_gitcommit_after')
- finish
-endif
-
-
-
-FtpluginSetLocal spell
-
-
-
-let b:did_ftplugin_gitcommit_after = 1