comparison runtime/syntax/dcl.vim @ 7707:41768bcebc9b

commit https://github.com/vim/vim/commit/13d5aeef56e3140a8eb8f40c7062aa1c5700f76e Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 21 23:36:05 2016 +0100 Update runtime files
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Jan 2016 23:45:07 +0100
parents b3bc99b909c3
children 9305a1251e51
comparison
equal deleted inserted replaced
7706:dd457970efc8 7707:41768bcebc9b
1 " Vim syntax file 1 " Vim syntax file
2 " Language: DCL (Digital Command Language - vms) 2 " Language: DCL (Digital Command Language - vms)
3 " Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz> 3 " Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz>
4 " Last Change: Oct 23, 2014 4 " Last Change: Jan 20, 2016
5 " Version: 7 5 " Version: 8
6 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_DCL 6 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_DCL
7 7
8 " For version 5.x: Clear all syntax items 8 " For version 5.x: Clear all syntax items
9 " For version 6.x: Quit when a syntax file was already loaded 9 " For version 6.x: Quit when a syntax file was already loaded
10 if version < 600 10 if version < 600
11 syntax clear 11 syntax clear
12 elseif exists("b:current_syntax") 12 elseif exists("b:current_syntax")
13 finish 13 finish
14 endif 14 endif
15 15
16 if version < 600 16 if !has("patch-7.4.1141")
17 set iskeyword=$,@,48-57,_ 17 setlocal iskeyword=$,@,48-57,_
18 else 18 else
19 setlocal iskeyword=$,@,48-57,_ 19 syn iskeyword $,@,48-57,_
20 endif 20 endif
21 21
22 syn case ignore 22 syn case ignore
23 syn keyword dclInstr accounting del[ete] gen[cat] mou[nt] run 23 syn keyword dclInstr accounting del[ete] gen[cat] mou[nt] run
24 syn keyword dclInstr all[ocate] dep[osit] gen[eral] ncp run[off] 24 syn keyword dclInstr all[ocate] dep[osit] gen[eral] ncp run[off]