aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/dcl.vim
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2016-10-15 11:52:24 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2016-10-15 12:03:57 +0900
commit59aa2eb501441a3995d5d81a81157efa2e22a41f (patch)
tree9d5ff11194f443e7f21bb9c6edf3a270a7c8b0ab /runtime/syntax/dcl.vim
parent9d087206ab390cdc74d826759cd1dd083dbae081 (diff)
downloadrneovim-59aa2eb501441a3995d5d81a81157efa2e22a41f.tar.gz
rneovim-59aa2eb501441a3995d5d81a81157efa2e22a41f.tar.bz2
rneovim-59aa2eb501441a3995d5d81a81157efa2e22a41f.zip
vim-patch:91c4937
Updated runtime files. https://github.com/vim/vim/commit/91c4937be15b0b743b6bc495df602c1abbff6b87
Diffstat (limited to 'runtime/syntax/dcl.vim')
-rw-r--r--runtime/syntax/dcl.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/dcl.vim b/runtime/syntax/dcl.vim
index b08adec31d..73bf577e3e 100644
--- 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,_