]> git.nbdom.net Git - nb.git/commitdiff
enclose email
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 30 Sep 2016 10:26:25 +0000 (11:26 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Fri, 30 Sep 2016 10:26:25 +0000 (11:26 +0100)
etc/vim/.vimplaterc

index 91c15bcd22619e73acc9fac20f9487577baf6a27..32edc09cc845723c67cedbe5d95238c36a451839 100755 (executable)
@@ -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};