summaryrefslogtreecommitdiffstats
path: root/runtime/pack
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-08-23 20:23:07 +0100
committerGitHub <noreply@github.com>2023-08-23 21:23:07 +0200
commite8d6f03f6a61f60de6893253621d057f63dd6a23 (patch)
tree3a4852a8a64711b4a5b4a9c3668f1b8a1d81dac0 /runtime/pack
parent3fc7a7e44abda6505ccd39a6d067db6e5173cbf6 (diff)
runtime: Remove Brams name from a few more runtime files (#12780)
syntax/model.vim: minor wording improvement Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Adri Verhoef <a3@a3.xs4all.nl>
Diffstat (limited to 'runtime/pack')
-rw-r--r--runtime/pack/dist/opt/editexisting/plugin/editexisting.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/pack/dist/opt/editexisting/plugin/editexisting.vim b/runtime/pack/dist/opt/editexisting/plugin/editexisting.vim
index 5eda29047d..52e80c142e 100644
--- a/runtime/pack/dist/opt/editexisting/plugin/editexisting.vim
+++ b/runtime/pack/dist/opt/editexisting/plugin/editexisting.vim
@@ -1,6 +1,6 @@
" Vim Plugin: Edit the file with an existing Vim if possible
-" Maintainer: Bram Moolenaar
-" Last Change: 2022 Jun 17
+" Maintainer: The Vim Project <https://github.com/vim/vim>
+" Last Change: 2023 Aug 13
" To use add ":packadd! editexisting" in your vimrc file.