Previously there was no way to produce links to the appropriate mode-specific
binding of a key using the <k> tag (e.g., <Tab> in the documentation always
linked to the Normal-mode command, although its command-line functionality is
different). This commit introduces a `mode' attribute to the <k> tag, making
the distinction possible.
tag: tip
parent: 4299:14cf8643318e
user: Štěpán Němec <stepnem@gmail.com>
date: Thu Sep 23 22:14:04 2010 +0200
files: common/content/commandline.js
description:
Fix bogus occurences of `this._history' in comments and messages.
Probably result of some search & replace refactoring.
- fix some typos
- make order of the options consistently alphabetic
- linkify the rc file occurences
- delete trailing whitespace
- minor style/wording fixes
Bonus: typo in regressions.js, downcase 'Command-line' in cmdline.txt
(as it's not speaking about mode, hope thesnowdog will agree)
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Mostly typos/omissions/markup errors, more remarkable e. g. changing
'b' to 'B' in tutorial reflecting a change from 1.2.
Also uncommented [macros] section in asciidoc.conf (is that right?).
Signed-off-by: Doug Kearns <dougkearns@gmail.com>