aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/maple.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-10-24 13:17:41 +0200
committerGitHub <noreply@github.com>2016-10-24 13:17:41 +0200
commitfb503d73da49e26a3e44a07cd7c857d9fda9d035 (patch)
treed7f30d325c9649b4bfa9bf6d6823eddf882aeb25 /runtime/syntax/maple.vim
parent43309d1993a9affc8d6b73fbd4721e6256c28712 (diff)
parentc91a0dca02fda46c4b4edbbdfab1a191b2e4fcbd (diff)
downloadrneovim-fb503d73da49e26a3e44a07cd7c857d9fda9d035.tar.gz
rneovim-fb503d73da49e26a3e44a07cd7c857d9fda9d035.tar.bz2
rneovim-fb503d73da49e26a3e44a07cd7c857d9fda9d035.zip
Merge #5483 from Shougo/vim-0648142
vim-patch 0648142, 91c4937, 06d2d38, 2685212, 269f595
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 9a4db26dd8..77b1507b36 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