vim-patch:b5b7562475ad

Update runtime files.
b5b7562475

---

NA patch (Nvim does not ship with spell files):
vim-patch:3ad8772ef02e
Include Serbian spell input files
3ad8772ef0
This commit is contained in:
Justin M. Keyes
2018-10-29 06:21:37 +01:00
parent fb8f822d9c
commit c7513368f0
8 changed files with 60 additions and 251 deletions

View File

@@ -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()\[\]"|;]\+/