summaryrefslogtreecommitdiffstats
path: root/runtime/syntax/euphoria3.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/syntax/euphoria3.vim')
-rw-r--r--runtime/syntax/euphoria3.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/syntax/euphoria3.vim b/runtime/syntax/euphoria3.vim
index 1254b96247..ece14027ba 100644
--- a/runtime/syntax/euphoria3.vim
+++ b/runtime/syntax/euphoria3.vim
@@ -5,10 +5,8 @@
" Remark: Euphoria has two syntax files, euphoria3.vim and euphoria4.vim;
" For details see :help ft-euphoria-syntax
-" Quit if a (custom) syntax file was already loaded (compatible with Vim 5.8):
-if version < 600
- syntax clear
-elseif exists("b:current_syntax")
+" quit when a syntax file was already loaded
+if exists("b:current_syntax")
finish
endif