Skip to content

Commit

Permalink
Update my name and email in runtime files (#12763)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball committed Aug 11, 2023
1 parent dd0ad25 commit 21aaff3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/autoload/rust.vim
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion runtime/doc/version7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion runtime/ftplugin/rust.vim
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion runtime/ftplugin/toml.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 21aaff3

Please sign in to comment.