diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-05-12 20:34:15 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-05-12 20:34:15 +0100 |
commit | 3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 (patch) | |
tree | 95041e4099ce8554fc39df7bf24096cebb183be3 /runtime/compiler/scdoc.vim | |
parent | d0b1a09f44654bb5e29b09de1311845200f17d90 (diff) | |
download | vim-git-3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2.tar.gz |
Update runtime files and translations
Diffstat (limited to 'runtime/compiler/scdoc.vim')
-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 2f6edc632..c37969f89 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 |