comparison runtime/ftplugin/toml.vim @ 32726:ef1c4fa8fc11

Update my name and email in runtime files (#12763) Commit: https://github.com/vim/vim/commit/21aaff3faa828c5c2677a0a9f1b90a0b780d57f6 Author: Lily Ballard <lily@ballards.net> Date: Fri Aug 11 10:30:27 2023 -0700 Update my name and email in runtime files (https://github.com/vim/vim/issues/12763)
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Aug 2023 19:45:02 +0200
parents 3b34837f4538
children
comparison
equal deleted inserted replaced
32725:5852c4c1c4bf 32726:ef1c4fa8fc11
1 " Vim filetype plugin 1 " Vim filetype plugin
2 " Language: TOML 2 " Language: TOML
3 " Homepage: https://github.com/cespare/vim-toml 3 " Homepage: https://github.com/cespare/vim-toml
4 " Maintainer: Aman Verma 4 " Maintainer: Aman Verma
5 " Author: Kevin Ballard <kevin@sb.org> 5 " Author: Lily Ballard <lily@ballards.net>
6 " Last Change: Sep 21, 2021 6 " Last Change: Sep 21, 2021
7 7
8 if exists('b:did_ftplugin') 8 if exists('b:did_ftplugin')
9 finish 9 finish
10 endif 10 endif