neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 278805dfacc865c594c383f6f1fb7eeaf307aa15
parent 35c8ad1c801ae4c106fe7d727dc027e1bfad49e7
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Fri, 11 Aug 2023 19:55:10 +0200

vim-patch:21aaff3faa82

Update my name and email in runtime files (vim/vim#12763)

https://github.com/vim/vim/commit/21aaff3faa828c5c2677a0a9f1b90a0b780d57f6

Co-authored-by: Lily Ballard <lily@ballards.net>

Diffstat:
Mruntime/autoload/rust.vim | 2+-
Mruntime/ftplugin/rust.vim | 2+-
Mruntime/ftplugin/toml.vim | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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/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 @@ -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')