# HG changeset patch # User Richard Cheng # Date 1333464837 -3600 # Node ID 4b4ae245537b46544f2e0e831773dc2298f9d959 # Parent 3c9c14d974488eee31abc6320d6b0d949ef24679 Corrected email signatures Pedantic, I know, but there should be a space after the "--" in email signatures. diff -r 3c9c14d97448 -r 4b4ae245537b chapters/08.markdown --- a/chapters/08.markdown Wed Jan 11 19:05:58 2012 -0500 +++ b/chapters/08.markdown Tue Apr 03 15:53:57 2012 +0100 @@ -89,7 +89,7 @@ Run this command: :::vim - :inoremap ssig --Steve Loshsteve@stevelosh.com + :inoremap ssig -- Steve Loshsteve@stevelosh.com This is a *mapping* intended to let you insert your signature quickly. Try it out by entering insert mode and typing `ssig`. @@ -109,7 +109,7 @@ :::vim :iunmap ssig - :iabbrev ssig --Steve Loshsteve@stevelosh.com + :iabbrev ssig -- Steve Loshsteve@stevelosh.com Now try out the abbreviation again.