aboutsummaryrefslogtreecommitdiff
path: root/vim/after/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/syntax')
-rw-r--r--vim/after/syntax/sh.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/after/syntax/sh.vim b/vim/after/syntax/sh.vim
index 872d659c..bdedaf65 100644
--- a/vim/after/syntax/sh.vim
+++ b/vim/after/syntax/sh.vim
@@ -1,8 +1,3 @@
-" Don't try to make these corrections if the runtime files are too old
-if v:version < 700
- finish
-endif
-
" Remove g:is_posix if we resorted to it in order to get correct POSIX sh
" highlighting with older Vim runtime files
if exists('g:is_posix')