# HG changeset patch # User Richard Cheng # Date 1334654685 -3600 # Node ID cf9864ab385447c57d71af48eef6feb0d3725437 # Parent 751620ce9fae7010cbb6f4a20756ec6176176232 Fix typo: remove unnecessary quotes `:edit "foo.txt"` -> `:edit foo.txt` diff -r 751620ce9fae -r cf9864ab3854 chapters/28.markdown --- a/chapters/28.markdown Mon Apr 16 15:23:50 2012 +0100 +++ b/chapters/28.markdown Tue Apr 17 10:24:45 2012 +0100 @@ -12,7 +12,7 @@ build commands out of arbitrary strings. Let's try a more useful example. Prepare by opening a file in Vim, then using -`:edit "foo.txt"` in the same window to open a new buffer. Now run the +`:edit foo.txt` in the same window to open a new buffer. Now run the following command: :::vim