Fix backslashes that break leanpub.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Tue, 25 Oct 2011 19:37:40 -0400 | 
    
    
        | parents | 2bc5902b5738 | 
    
        | children | 5c05eeeacf38 | 
    
        | branches/tags | (none) | 
    
        | files | chapters/26.markdown | 
Changes
    
--- a/chapters/26.markdown	Tue Oct 25 00:45:47 2011 -0400
+++ b/chapters/26.markdown	Tue Oct 25 19:37:40 2011 -0400
@@ -83,7 +83,7 @@
 
     :echom "foo\\bar"
 
-Vim displays "foo\bar", because `\\` is the escape sequence for a literal
+Vim displays `foo\bar`, because `\\` is the escape sequence for a literal
 backslash, just like in most programming languages.  Now run the following
 command (note that it's an `echo` and *not* an `echom`):