comparison runtime/syntax/msmessages.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 b9740fb41986
children
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
5 " Location: http://kevinlocke.name/programs/vim/syntax/msmessages.vim 5 " Location: http://kevinlocke.name/programs/vim/syntax/msmessages.vim
6 6
7 " See format description at <http://msdn2.microsoft.com/en-us/library/aa385646.aspx> 7 " See format description at <http://msdn2.microsoft.com/en-us/library/aa385646.aspx>
8 " This file is based on the rc.vim and c.vim 8 " This file is based on the rc.vim and c.vim
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 " Common MS Messages keywords 15 " Common MS Messages keywords
19 syn case ignore 16 syn case ignore