diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 06:21:37 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-29 06:38:10 +0100 |
commit | c7513368f0e84da7ff3968c5b2912fa6ad15ab05 (patch) | |
tree | d05f68dab9cc99cd48b280b56d64b040c03b27e8 /runtime/syntax | |
parent | fb8f822d9c6271e42f5a80516f8e972b43977c33 (diff) | |
download | rneovim-c7513368f0e84da7ff3968c5b2912fa6ad15ab05.tar.gz rneovim-c7513368f0e84da7ff3968c5b2912fa6ad15ab05.tar.bz2 rneovim-c7513368f0e84da7ff3968c5b2912fa6ad15ab05.zip |
vim-patch:b5b7562475ad
Update runtime files.
https://github.com/vim/vim/commit/b5b7562475ad032a174b893286172de0d2c157cd
---
NA patch (Nvim does not ship with spell files):
vim-patch:3ad8772ef02e
Include Serbian spell input files
https://github.com/vim/vim/commit/3ad8772ef02e4352b0fa4e2697abc357734b62e1
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/chicken.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/chicken.vim b/runtime/syntax/chicken.vim index f934d9d74e..c3f949f823 100644 --- a/runtime/syntax/chicken.vim +++ b/runtime/syntax/chicken.vim @@ -1,6 +1,6 @@ " Vim syntax file " Language: Scheme (CHICKEN) -" Last Change: 2018 Jan 31 +" Last Change: 2018-02-05 " Author: Evan Hanson <evhan@foldling.org> " Maintainer: Evan Hanson <evhan@foldling.org> " URL: https://foldling.org/vim/syntax/chicken.vim @@ -14,7 +14,7 @@ if !exists('b:did_scheme_syntax') endif " Lighten parentheses. -hi def link schemeParentheses Comment +hi! def link schemeParentheses Comment " foo#bar syn match schemeExtraSyntax /[^ #'`\t\n()\[\]"|;]\+#[^ '`\t\n()\[\]"|;]\+/ |