comparison runtime/syntax/gnash.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 9cb3a75a20b9
children
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
13 " 13 "
14 " License: VIM License 14 " License: VIM License
15 " Vim is Charityware, see ":help Uganda" 15 " Vim is Charityware, see ":help Uganda"
16 " 16 "
17 17
18 " For version 5.x: Clear all syntax items 18 " quit when a syntax file was already loaded
19 " For version 6.x: Quit when a syntax file was already loaded 19 if exists("b:current_syntax") || &compatible
20 if version < 600
21 syntax clear
22 elseif exists("b:current_syntax") || &compatible
23 finish 20 finish
24 endif 21 endif
25 22
26 syn case match 23 syn case match
27 syn keyword GnashTodo contained TODO FIXME XXX NOTE 24 syn keyword GnashTodo contained TODO FIXME XXX NOTE