comparison runtime/syntax/sqlanywhere.vim @ 10048:43efa4f5a8ea

commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 23:26:57 2016 +0200 Updated runtime files. Remove version checks for Vim older than 6.0.
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Aug 2016 23:30:09 +0200
parents eb6ab7e78925
children
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
10 " Updated to Adaptive Server Anywhere 10.0.1 10 " Updated to Adaptive Server Anywhere 10.0.1
11 " Updated to Adaptive Server Anywhere 9.0.2 11 " Updated to Adaptive Server Anywhere 9.0.2
12 " Updated to Adaptive Server Anywhere 9.0.1 12 " Updated to Adaptive Server Anywhere 9.0.1
13 " Updated to Adaptive Server Anywhere 9.0.0 13 " Updated to Adaptive Server Anywhere 9.0.0
14 " 14 "
15 " For version 5.x: Clear all syntax items 15 " quit when a syntax file was already loaded
16 " For version 6.x: Quit when a syntax file was already loaded 16 if exists("b:current_syntax")
17 if version < 600
18 syntax clear
19 elseif exists("b:current_syntax")
20 finish 17 finish
21 endif 18 endif
22 19
23 syn case ignore 20 syn case ignore
24 21