comparison runtime/syntax/redif.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 22fa3049e934
children 43593a5d873f
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
5 " Original Author: Axel Castellane 5 " Original Author: Axel Castellane
6 " Source: http://openlib.org/acmes/root/docu/redif_1.html 6 " Source: http://openlib.org/acmes/root/docu/redif_1.html
7 " File Extension: rdf 7 " File Extension: rdf
8 " Note: The ReDIF format is used by RePEc. 8 " Note: The ReDIF format is used by RePEc.
9 9
10 " To be compatible with Vim 5.8 use: 10 " quit when a syntax file was already loaded
11 if version < 600 11 if exists("b:current_syntax")
12 syntax clear
13 elseif exists("b:current_syntax")
14 finish 12 finish
15 endif 13 endif
16 14
17 " ReDIF is case-insensitive 15 " ReDIF is case-insensitive
18 syntax case ignore 16 syntax case ignore