diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-05-13 15:20:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 15:20:58 +0200 |
commit | eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce (patch) | |
tree | afacbb31b05f04870f0b60a4a223a7f904d903b0 /runtime/compiler | |
parent | c196119acbd5de0e9e5fae91db62fc9dfc675f8d (diff) | |
download | rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.tar.gz rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.tar.bz2 rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.zip |
vim-patch:partial:3f32a5f1601a (#18555)
Update runtime files and translations
https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2
skip eval.txt (requires 8.2.4883)
Diffstat (limited to 'runtime/compiler')
-rw-r--r-- | runtime/compiler/scdoc.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/compiler/scdoc.vim b/runtime/compiler/scdoc.vim index 2f6edc6322..c37969f89c 100644 --- a/runtime/compiler/scdoc.vim +++ b/runtime/compiler/scdoc.vim @@ -1,7 +1,8 @@ " scdoc compiler for Vim " Compiler: scdoc -" Maintainer: Greg Anders <greg@gpanders.com> +" Maintainer: Gregory Anders <contact@gpanders.com> " Last Updated: 2019-10-24 +" Upstream: https://github.com/gpanders/vim-scdoc if exists('current_compiler') finish |