diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-25 14:43:59 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:34 -0400 |
commit | e8178093dc41204d9f88e81095b12c5867b0fe54 (patch) | |
tree | 5a3ccb68dc01a69add52afaf41b204188159ede9 /runtime/syntax/lisp.vim | |
parent | d112db157c040197dccf143e5cf39aaf832a919e (diff) | |
download | rneovim-e8178093dc41204d9f88e81095b12c5867b0fe54.tar.gz rneovim-e8178093dc41204d9f88e81095b12c5867b0fe54.tar.bz2 rneovim-e8178093dc41204d9f88e81095b12c5867b0fe54.zip |
vim-patch:1d9215b9aaa1
Update runtime files.
https://github.com/vim/vim/commit/1d9215b9aaa120b9d78fee49488556f73007ce78
Diffstat (limited to 'runtime/syntax/lisp.vim')
-rw-r--r-- | runtime/syntax/lisp.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/lisp.vim b/runtime/syntax/lisp.vim index 17c54d1a4f..434150ab26 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> +" Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM> " Last Change: Jul 11, 2019 -" Version: 29 +" Version: 30 " 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 |