diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-06-21 10:35:48 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-06-21 11:03:47 +0200 |
| commit | 5eb604c64214957dc777e77cf1cc8d19dd8d8369 (patch) | |
| tree | e6245530c1a117db2a2995c38dd34ff129697fc9 /runtime/ftplugin/chicken.vim | |
| parent | 7306adaebc486deacf67b25a17a35272bb4b494e (diff) | |
| download | rneovim-5eb604c64214957dc777e77cf1cc8d19dd8d8369.tar.gz rneovim-5eb604c64214957dc777e77cf1cc8d19dd8d8369.tar.bz2 rneovim-5eb604c64214957dc777e77cf1cc8d19dd8d8369.zip | |
vim-patch:17e0a19: runtime(scheme): update runtime files
Add TODO highlighting, disable text-wrapping, add "define-library" to
lispwords on CHICKEN. Update MAINTAINERS.
closes: vim/vim#15063
https://github.com/vim/vim/commit/17e0a1969da4e70771435fc7fa9d8c96d25c8b00
Co-authored-by: Evan Hanson <evhan@foldling.org>
Diffstat (limited to 'runtime/ftplugin/chicken.vim')
| -rw-r--r-- | runtime/ftplugin/chicken.vim | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/ftplugin/chicken.vim b/runtime/ftplugin/chicken.vim index 84d45bae1e..b12b264f6e 100644 --- a/runtime/ftplugin/chicken.vim +++ b/runtime/ftplugin/chicken.vim @@ -1,12 +1,12 @@ " CHICKEN-specific Vim customizations -" Last Change: 2018-03-05 -" Author: Evan Hanson <evhan@foldling.org> -" Maintainer: Evan Hanson <evhan@foldling.org> -" Repository: https://git.foldling.org/vim-scheme.git -" URL: https://foldling.org/vim/ftplugin/chicken.vim -" Notes: These are supplemental settings, to be loaded after the core -" Scheme ftplugin file (ftplugin/scheme.vim). Enable it by setting -" b:is_chicken=1 and filetype=scheme. +" Last Change: 2024 Jun 21 +" Author: Evan Hanson <evhan@foldling.org> +" Maintainer: Evan Hanson <evhan@foldling.org> +" Repository: https://git.foldling.org/vim-scheme.git +" URL: https://foldling.org/vim/ftplugin/chicken.vim +" Notes: These are supplemental settings, to be loaded after the +" core Scheme ftplugin file (ftplugin/scheme.vim). Enable +" it by setting b:is_chicken=1 and filetype=scheme. if !exists('b:did_scheme_ftplugin') finish |