signature_block.vim: remove trailing spaces on empty lines
authorAntonio Ospite <ao2@ao2.it>
Wed, 8 Jun 2016 09:09:29 +0000 (11:09 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 8 Jun 2016 13:54:21 +0000 (15:54 +0200)
plugin/signature_block.vim

index 7aff4db..8d19134 100644 (file)
@@ -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