diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-24 13:17:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-24 13:17:41 +0200 |
commit | fb503d73da49e26a3e44a07cd7c857d9fda9d035 (patch) | |
tree | d7f30d325c9649b4bfa9bf6d6823eddf882aeb25 /runtime/syntax/lisp.vim | |
parent | 43309d1993a9affc8d6b73fbd4721e6256c28712 (diff) | |
parent | c91a0dca02fda46c4b4edbbdfab1a191b2e4fcbd (diff) | |
download | rneovim-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/lisp.vim')
-rw-r--r-- | runtime/syntax/lisp.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/syntax/lisp.vim b/runtime/syntax/lisp.vim index f496398d50..a402452389 100644 --- a/runtime/syntax/lisp.vim +++ b/runtime/syntax/lisp.vim @@ -1,8 +1,8 @@ " Vim syntax file " Language: Lisp " Maintainer: Charles E. Campbell <NdrOchipS@PcampbellAfamily.Mbiz> -" Last Change: Jan 20, 2016 -" Version: 24 +" Last Change: May 02, 2016 +" Version: 25 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_LISP " " Thanks to F Xavier Noria for a list of 978 Common Lisp symbols taken from HyperSpec @@ -16,7 +16,7 @@ endif if exists("g:lisp_isk") exe "setl isk=".g:lisp_isk -elseif !has("patch-7.4.1141") +elseif !has("patch-7.4.1142") setl isk=38,42,43,45,47-58,60-62,64-90,97-122,_ else syn iskeyword 38,42,43,45,47-58,60-62,64-90,97-122,_ |