summaryrefslogtreecommitdiff
path: root/runtime/ftplugin/gitcommit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ftplugin/gitcommit.vim')
-rw-r--r--runtime/ftplugin/gitcommit.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/ftplugin/gitcommit.vim b/runtime/ftplugin/gitcommit.vim
index bfc5b33f2..f8788c844 100644
--- a/runtime/ftplugin/gitcommit.vim
+++ b/runtime/ftplugin/gitcommit.vim
@@ -1,7 +1,7 @@
" Vim filetype plugin
-" Language: git config file
-" Maintainer: Tim Pope <vimNOSPAM@tpope.info>
-" Last Change: 2008 Jun 04
+" Language: git commit file
+" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
+" Last Change: 2009 Dec 24
" Only do this when not done yet for this buffer
if (exists("b:did_ftplugin"))