diff runtime/syntax/dcl.vim @ 9076:9305a1251e51

commit https://github.com/vim/vim/commit/91c4937be15b0b743b6bc495df602c1abbff6b87 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 8 09:50:29 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 08 May 2016 10:00:07 +0200
parents 41768bcebc9b
children 43efa4f5a8ea
line wrap: on
line diff
--- a/runtime/syntax/dcl.vim
+++ b/runtime/syntax/dcl.vim
@@ -1,8 +1,8 @@
 " Vim syntax file
 " Language:	DCL (Digital Command Language - vms)
 " Maintainer:	Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz>
-" Last Change:	Jan 20, 2016
-" Version:	8
+" Last Change:	May 02, 2016
+" Version:	9
 " URL:	http://www.drchip.org/astronaut/vim/index.html#SYNTAX_DCL
 
 " For version 5.x: Clear all syntax items
@@ -13,7 +13,7 @@ elseif exists("b:current_syntax")
   finish
 endif
 
-if !has("patch-7.4.1141")
+if !has("patch-7.4.1142")
   setlocal iskeyword=$,@,48-57,_
 else
  syn iskeyword $,@,48-57,_