From a4448ab5be963936f528cdca251c51bfec0fe2a8 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 8 Jun 2016 11:09:29 +0200 Subject: [PATCH] signature_block.vim: remove trailing spaces on empty lines --- plugin/signature_block.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4