diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-24 16:15:57 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-27 09:21:30 -0400 |
commit | d1231d4f8eb3ad1e6fdf62bbf14644bfb831d943 (patch) | |
tree | 373e7f2edefe875c9c6e362548a91648d4e34000 /runtime/ftplugin | |
parent | 52564c9aa267ba3fd1c70eef7dd358d002e2c8e5 (diff) | |
download | rneovim-d1231d4f8eb3ad1e6fdf62bbf14644bfb831d943.tar.gz rneovim-d1231d4f8eb3ad1e6fdf62bbf14644bfb831d943.tar.bz2 rneovim-d1231d4f8eb3ad1e6fdf62bbf14644bfb831d943.zip |
vim-patch:403f3eb4c189
Update runtime files.
https://github.com/vim/vim/commit/403f3eb4c1890826a5b3b5922c0e8e45be79a476
Port sr.po changes, done by vim-patch.sh.
No way I'm manually porting the rest.
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/scheme.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/scheme.vim b/runtime/ftplugin/scheme.vim index 62fd327e07..5778594c41 100644 --- a/runtime/ftplugin/scheme.vim +++ b/runtime/ftplugin/scheme.vim @@ -1,6 +1,6 @@ " Vim filetype plugin file " Language: Scheme (R7RS) -" Last Change: 2018-03-05 +" Last Change: 2019 Nov 18 " Author: Evan Hanson <evhan@foldling.org> " Maintainer: Evan Hanson <evhan@foldling.org> " Previous Maintainer: Sergey Khorev <sergey.khorev@gmail.com> @@ -21,7 +21,7 @@ setl iskeyword=33,35-39,42-43,45-58,60-90,94,95,97-122,126 let b:undo_ftplugin = 'setl lisp< comments< commentstring< define< iskeyword<' -setl lispwords=case +setl lispwords+=case setl lispwords+=define setl lispwords+=define-record-type setl lispwords+=define-syntax |