aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax/gitcommit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/syntax/gitcommit.vim')
-rw-r--r--vim/after/syntax/gitcommit.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/after/syntax/gitcommit.vim b/vim/after/syntax/gitcommit.vim
index 2232e499..e47091f9 100644
--- a/vim/after/syntax/gitcommit.vim
+++ b/vim/after/syntax/gitcommit.vim
@@ -1,8 +1,2 @@
-" Don't try to make these corrections if running 'compatible' or if the
-" runtime files are too old
-if &compatible || v:version < 700
- finish
-endif
-
" If my commit subject is too long, highlight it as an error.
highlight link gitCommitOverflow Error