1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-27 12:53:32 +01:00

Standardize formatting of :set examples in :help.

This commit is contained in:
Kris Maglione
2010-12-17 09:04:46 -05:00
parent 7386117f00
commit 714870525e
6 changed files with 47 additions and 22 deletions

View File

@@ -386,7 +386,7 @@
<p>works like</p>
<code><ex>:map \h</ex> <ex>:echo <str>Hello</str><k name="CR"/></ex></code>
<p>but after</p>
<code><ex>:set mapleader=<str>,</str></ex></code>
<set opt="mapleader"><str>,</str></set>
<p>it works like</p>
<code><ex>:map ,h</ex> <ex>:echo <str>Hello</str><k name="CR"/></ex></code>
</description>