Corrected email signatures
Pedantic, I know, but there should be a space after the "--" in email
signatures.
    
        | author | Richard Cheng <rcheng@neuratron.com> | 
    
        | date | Tue, 03 Apr 2012 15:53:57 +0100 | 
    
    
        | parents | 3c9c14d97448 | 
    
        | children | 383d371f3f1c | 
    
        | branches/tags | (none) | 
    
        | files | chapters/08.markdown | 
Changes
    
--- 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 --<cr>Steve Losh<cr>steve@stevelosh.com
+    :inoremap ssig -- <cr>Steve Losh<cr>steve@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 --<cr>Steve Losh<cr>steve@stevelosh.com
+    :iabbrev ssig -- <cr>Steve Losh<cr>steve@stevelosh.com
 
 Now try out the abbreviation again.