# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1319585860 14400
# Node ID 996b7fcd546d8adc12103d51949f43cad3d5e4f2
# Parent  2bc5902b573898b93a3631d3397ae7e648b483f4
Fix backslashes that break leanpub.

diff -r 2bc5902b5738 -r 996b7fcd546d chapters/26.markdown
--- 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`):