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