summaryrefslogtreecommitdiff
path: root/runtime/syntax/maple.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-05-08 09:50:29 +0200
committerBram Moolenaar <Bram@vim.org>2016-05-08 09:50:29 +0200
commit91c4937be15b0b743b6bc495df602c1abbff6b87 (patch)
tree6bf443350e3af5431b12d17657753539cccde4ee /runtime/syntax/maple.vim
parentea83bf06b92baeb6d68a10d8e8ffad289d31dae2 (diff)
downloadvim-git-91c4937be15b0b743b6bc495df602c1abbff6b87.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/syntax/maple.vim')
-rw-r--r--runtime/syntax/maple.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/maple.vim b/runtime/syntax/maple.vim
index 9a4db26dd..77b1507b3 100644
--- a/runtime/syntax/maple.vim
+++ b/runtime/syntax/maple.vim
@@ -1,8 +1,8 @@
" Vim syntax file
" Language: Maple V (based on release 4)
" Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz>
-" Last Change: Jan 20, 2016
-" Version: 12
+" Last Change: May 02, 2016
+" Version: 13
" URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_MAPLE
"
" Package Function Selection: {{{1
@@ -30,7 +30,7 @@ elseif exists("b:current_syntax")
endif
" Iskeyword Effects: {{{1
-if !has("patch-7.4.1141")
+if !has("patch-7.4.1142")
setl isk=$,48-57,_,a-z,@-Z
else
syn iskeyword $,48-57,_,a-z,@-Z