Change from email to URL

This commit is contained in:
Tim Pope
2021-09-13 18:54:49 -04:00
parent 82a10f4137
commit ed76403b2e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
" Vim filetype plugin " Vim filetype plugin
" Language: Markdown " Language: Markdown
" Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Maintainer: Tim Pope <https://github.com/tpope/vim-markdown>
" Last Change: 2019 Dec 05 " Last Change: 2019 Dec 05
if exists("b:did_ftplugin") if exists("b:did_ftplugin")

View File

@@ -1,6 +1,6 @@
" Vim syntax file " Vim syntax file
" Language: Markdown " Language: Markdown
" Maintainer: Tim Pope <vimNOSPAM@tpope.org> " Maintainer: Tim Pope <https://github.com/tpope/vim-markdown>
" Filenames: *.markdown " Filenames: *.markdown
" Last Change: 2020 Jan 14 " Last Change: 2020 Jan 14