From 317c14d4f64df3c30c444aa23c3f1371fc4372b5 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Fri, 30 Sep 2016 11:26:25 +0100 Subject: [PATCH] enclose email --- etc/vim/.vimplaterc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/vim/.vimplaterc b/etc/vim/.vimplaterc index 91c15bcd..32edc09c 100755 --- a/etc/vim/.vimplaterc +++ b/etc/vim/.vimplaterc @@ -58,7 +58,7 @@ for (keys %$Config::user) { my %h = %{$Config::user->{$_}}; $h{name} = $h{firstname}.' '.$h{lastname}; - $h{author} = $h{name}.' '.$h{mail}; + $h{author} = $h{name}.' <'.$h{mail}.'>'; $h{me_now} = $h{me}.' '.$Config::var->{today}; -- 2.47.3