X-Git-Url: https://git.ao2.it/vim/signature_block.vim.git/blobdiff_plain/a4448ab5be963936f528cdca251c51bfec0fe2a8..HEAD:/plugin/signature_block.vim diff --git a/plugin/signature_block.vim b/plugin/signature_block.vim index 8d19134..156cb18 100644 --- a/plugin/signature_block.vim +++ b/plugin/signature_block.vim @@ -1,11 +1,18 @@ "--------------------------------------------------------------------------- " Vim global plugin for adding and manipulating signature blocks in e-mails -" Maintainer: Antonio Ospite -" Version: 0.1 -" Last Change: 2009-11-24 +" Maintainer: Antonio Ospite +" Version: 0.2 +" Last Change: 2016-06-08 " License: This script is free software; you can redistribute it and/or " modify it under the terms of the GNU General Public License. " +" History: +" 1.0: Initial upload +" 2.0: +" - Check that the signature file is readable before removing the old +" signature and append the new one. +" - Minor fixes. +" " Install Details: " Drop this file into your $HOME/.vim/plugin directory. " @@ -25,6 +32,11 @@ " http://en.wikipedia.org/wiki/Signature_block " http://tools.ietf.org/html/rfc1855 " +" The latest version of this script is available at these locations: +" https://git.ao2.it/vim/signature_block.vim.git +" http://www.vim.org/scripts/script.php?script_id=2872 +" https://github.com/vim-scripts/signature_block.vim +" "--------------------------------------------------------------------------- if exists("g:loaded_signaturePlugin") | finish | endif