From: Antonio Ospite Date: Wed, 8 Jun 2016 09:09:29 +0000 (+0200) Subject: signature_block.vim: remove trailing spaces on empty lines X-Git-Tag: 0.2~2 X-Git-Url: https://git.ao2.it/vim/signature_block.vim.git/commitdiff_plain/a4448ab5be963936f528cdca251c51bfec0fe2a8 signature_block.vim: remove trailing spaces on empty lines --- 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