Em dashes please.

This commit is contained in:
Steve Losh 2010-10-29 16:35:30 -04:00
parent a28c7003b6
commit 284ea96d36

View File

@ -54,7 +54,7 @@
<p> <p>
You know that Vim lets you undo changes like any text editor. What you might You know that Vim lets you undo changes like any text editor. What you might
not know is that it doesn't just keep a list of your changes -- it keeps not know is that it doesn't just keep a list of your changes &mdash; it keeps
a goddamed <a href="http://vim.wikia.com/wiki/Using_undo_branches">tree</a> of them. a goddamed <a href="http://vim.wikia.com/wiki/Using_undo_branches">tree</a> of them.
</p> </p>
@ -205,7 +205,7 @@
Pressing <code>P</code> while on a state will initiate "play to" mode targeted at that Pressing <code>P</code> while on a state will initiate "play to" mode targeted at that
state. This will replay all the changes between your current state and the state. This will replay all the changes between your current state and the
target, with a slight pause after each change. It's mostly useless, but can be target, with a slight pause after each change. It's mostly useless, but can be
fun to watch and see where your editing lags -- that might be a good place to fun to watch and see where your editing lags &mdash; that might be a good place to
define a new mapping to speed up your editing. define a new mapping to speed up your editing.
</p> </p>