X-Git-Url: https://git.ao2.it/vim/signature_block.vim.git/blobdiff_plain/ac613c53c18d5da96dddd267342f204623253633..ca50e1dde406cfa064bf6a52194a016bcda760d1:/plugin/signature_block.vim diff --git a/plugin/signature_block.vim b/plugin/signature_block.vim index 7aff4db..2c09fb7 100644 --- a/plugin/signature_block.vim +++ b/plugin/signature_block.vim @@ -25,6 +25,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 @@ -105,7 +110,7 @@ func! ReplaceAllSignatures(sigfile) endtry call AppendSignature(a:sigfile) - + " restore cursor position from mark 'z' if the mark is still valid silent! normal `z @@ -133,7 +138,7 @@ func! ReplaceLastSignature(sigfile) endtry call AppendSignature(a:sigfile) - + " restore cursor position from mark 'z' if the mark is still valid silent! normal `z