comparison runtime/syntax/sqlhana.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 c53344bacabf
children
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
5 " Version: SP4 b (Q2 2012) 5 " Version: SP4 b (Q2 2012)
6 " Homepage: http://www.vim.org/scripts/script.php?script_id=4275 6 " Homepage: http://www.vim.org/scripts/script.php?script_id=4275
7 7
8 " Description: Updated to SAP HANA SP4 8 " Description: Updated to SAP HANA SP4
9 " 9 "
10 " For version 5.x: Clear all syntax items 10 " quit when a syntax file was already loaded
11 " For version 6.x: Quit when a syntax file was already loaded 11 if exists("b:current_syntax")
12 if version < 600
13 syntax clear
14 elseif exists("b:current_syntax")
15 finish 12 finish
16 endif 13 endif
17 14
18 syn case ignore 15 syn case ignore
19 16