aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-29 23:52:03 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-29 23:52:03 +1300
commitf0bcb51101807840770788229a2da7905370912f (patch)
treea6c8fbca8090e7acb3cc1e38a068f7d8bc67c9ce
parentClear away a flag after HTML indent load (diff)
downloaddotfiles-f0bcb51101807840770788229a2da7905370912f.tar.gz
dotfiles-f0bcb51101807840770788229a2da7905370912f.zip
Simplify a load guard for sh.vim syntax tweaks
-rw-r--r--vim/after/syntax/sh.vim5
1 files changed, 2 insertions, 3 deletions
diff --git a/vim/after/syntax/sh.vim b/vim/after/syntax/sh.vim
index f02f30f5..872d659c 100644
--- a/vim/after/syntax/sh.vim
+++ b/vim/after/syntax/sh.vim
@@ -1,6 +1,5 @@
-" Don't try to make these corrections if running 'compatible' or if the
-" runtime files are too old
-if &compatible || v:version < 700
+" Don't try to make these corrections if the runtime files are too old
+if v:version < 700
finish
endif