1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 06:05:45 +01:00

Mention -builtin in the note about preventing infinite loops in :h :map.

This commit is contained in:
Štěpán Němec
2010-12-03 19:09:44 +01:00
parent 6b416e521c
commit aabe05be55

View File

@@ -98,8 +98,8 @@
<code><ex>:map a b</ex> <code><ex>:map a b</ex>
<ex>:map b a</ex></code> <ex>:map b a</ex></code>
<p> <p>
In order to avoid this shortcoming, the In order to avoid this shortcoming, the <ex>:noremap</ex> command
<ex>:noremap</ex> command may be used. or the <em>-builtin</em> option may be used.
</p> </p>
</description> </description>
</item> </item>