diff options
Diffstat (limited to 'runtime/syntax/yacc.vim')
-rw-r--r-- | runtime/syntax/yacc.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/syntax/yacc.vim b/runtime/syntax/yacc.vim index c65109e28..8736baf94 100644 --- a/runtime/syntax/yacc.vim +++ b/runtime/syntax/yacc.vim @@ -10,9 +10,6 @@ " --------------------------------------------------------------------- " this version of syntax/yacc.vim requires 6.0 or later -if version < 600 - finish -endif if exists("b:current_syntax") syntax clear endif |