]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
Update my name and email in runtime files (#12763)
authorLily Ballard <lily@ballards.net>
Fri, 11 Aug 2023 17:30:27 +0000 (10:30 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2023 17:30:27 +0000 (19:30 +0200)
runtime/autoload/rust.vim
runtime/doc/version7.txt
runtime/ftplugin/rust.vim
runtime/ftplugin/toml.vim

index 34a3b41773260e070bfa843fd533fbeb8d55acf8..4230332fa7c9801d1e1b0a3528cacdea8668253f 100644 (file)
@@ -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
index c7248c2d27681d8cd349c108ba442b6482279950..7ca46c59a1cba9104f115741de05d10c1ec7a83e 100644 (file)
@@ -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.
index 7efca5985bb12f4e510f33b0dfe9885568a53f6f..ececcced22bd678dc8493395296ab06c817cee0f 100644 (file)
@@ -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 
 
index 1ef09a16e36af5a9e6269d4738d0b1111a2c15c2..6bd79b1c0aca9366c1cd5ca09d3ea02ffce2bf23 100644 (file)
@@ -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')