summaryrefslogtreecommitdiff
path: root/runtime/syntax/gnash.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/gnash.vim')
-rw-r--r--runtime/syntax/gnash.vim7
1 files changed, 2 insertions, 5 deletions
diff --git a/runtime/syntax/gnash.vim b/runtime/syntax/gnash.vim
index f9e2b519a..cce522dd8 100644
--- a/runtime/syntax/gnash.vim
+++ b/runtime/syntax/gnash.vim
@@ -15,11 +15,8 @@
" Vim is Charityware, see ":help Uganda"
"
-" For version 5.x: Clear all syntax items
-" For version 6.x: Quit when a syntax file was already loaded
-if version < 600
- syntax clear
-elseif exists("b:current_syntax") || &compatible
+" quit when a syntax file was already loaded
+if exists("b:current_syntax") || &compatible
finish
endif