comparison runtime/syntax/vroom.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 1e8ebf870720
children
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
1 " Vim syntax file 1 " Vim syntax file
2 " Language: Vroom (vim testing and executable documentation) 2 " Language: Vroom (vim testing and executable documentation)
3 " Maintainer: David Barnett (https://github.com/google/vim-ft-vroom) 3 " Maintainer: David Barnett (https://github.com/google/vim-ft-vroom)
4 " Last Change: 2014 Jul 23 4 " Last Change: 2014 Jul 23
5 5
6 " For version 5.x: Clear all syntax items. 6 " quit when a syntax file was already loaded
7 " For version 6.x and later: Quit when a syntax file was already loaded. 7 if exists('b:current_syntax')
8 if v:version < 600
9 syntax clear
10 elseif exists('b:current_syntax')
11 finish 8 finish
12 endif 9 endif
13 10
14 let s:cpo_save = &cpo 11 let s:cpo_save = &cpo
15 set cpo-=C 12 set cpo-=C