summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorLily Ballard <lily@ballards.net>2023-08-11 10:30:27 -0700
committerGitHub <noreply@github.com>2023-08-11 19:30:27 +0200
commit21aaff3faa828c5c2677a0a9f1b90a0b780d57f6 (patch)
treeb75b8b7eefebb50057d784270ec22a4760405cfd /runtime
parentdd0ad2598898c2b4641c4acd5b70b6184fa698ed (diff)
Update my name and email in runtime files (#12763)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/autoload/rust.vim2
-rw-r--r--runtime/doc/version7.txt2
-rw-r--r--runtime/ftplugin/rust.vim2
-rw-r--r--runtime/ftplugin/toml.vim2
4 files changed, 4 insertions, 4 deletions
diff --git a/runtime/autoload/rust.vim b/runtime/autoload/rust.vim
index 34a3b41773..4230332fa7 100644
--- a/runtime/autoload/rust.vim
+++ b/runtime/autoload/rust.vim
@@ -1,4 +1,4 @@
-" Author: Kevin Ballard
+" Author: Lily Ballard
" Description: Helper functions for Rust commands/mappings
" Last Modified: May 27, 2014
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index c7248c2d27..7ca46c59a1 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -4627,7 +4627,7 @@ using an #ifdef. (Sergey Khorev)
Mzscheme interface didn't link, missing function. Changed order of libraries
in the configure script.
-Ruby interface didn't compile on Mac. Changed #ifdef. (Kevin Ballard)
+Ruby interface didn't compile on Mac. Changed #ifdef. (Lily Ballard)
Patch 7.1b.001 (extra)
Problem: Random text in a source file. No idea how it got there.
diff --git a/runtime/ftplugin/rust.vim b/runtime/ftplugin/rust.vim
index 7efca5985b..ececcced22 100644
--- a/runtime/ftplugin/rust.vim
+++ b/runtime/ftplugin/rust.vim
@@ -1,7 +1,7 @@
" Language: Rust
" Description: Vim ftplugin for Rust
" Maintainer: Chris Morgan <me@chrismorgan.info>
-" Maintainer: Kevin Ballard <kevin@sb.org>
+" Maintainer: Lily Ballard <lily@ballards.net>
" Last Change: June 08, 2016
" For bugs, patches and license go to https://github.com/rust-lang/rust.vim
diff --git a/runtime/ftplugin/toml.vim b/runtime/ftplugin/toml.vim
index 1ef09a16e3..6bd79b1c0a 100644
--- a/runtime/ftplugin/toml.vim
+++ b/runtime/ftplugin/toml.vim
@@ -2,7 +2,7 @@
" Language: TOML
" Homepage: https://github.com/cespare/vim-toml
" Maintainer: Aman Verma
-" Author: Kevin Ballard <kevin@sb.org>
+" Author: Lily Ballard <lily@ballards.net>
" Last Change: Sep 21, 2021
if exists('b:did_ftplugin')