commit | 89bcfda6834aba724d12554a34b9ed49f5789fd5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 23:26:57 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 23:26:57 2016 +0200 |
tree | 2ffddcadaae9d061e38e17a09b2635ec199eb1dd | |
parent | 4792255eff03760dca0fd014616532e6d47db364 [diff] [blame] |
Updated runtime files. Remove version checks for Vim older than 6.0.
diff --git a/runtime/syntax/dnsmasq.vim b/runtime/syntax/dnsmasq.vim index 9fa3207..a4cc8b5 100644 --- a/runtime/syntax/dnsmasq.vim +++ b/runtime/syntax/dnsmasq.vim
@@ -20,10 +20,8 @@ " endif " -" For version 5.x: Clear all syntax items -if v: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