From eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 13 May 2022 15:20:58 +0200 Subject: vim-patch:partial:3f32a5f1601a (#18555) Update runtime files and translations https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 skip eval.txt (requires 8.2.4883) --- runtime/compiler/scdoc.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/compiler/scdoc.vim') 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 +" Maintainer: Gregory Anders " Last Updated: 2019-10-24 +" Upstream: https://github.com/gpanders/vim-scdoc if exists('current_compiler') finish -- cgit