Commit Graph
22 Commits
Author SHA1 Message Date
Štěpán Němec 066e8c0b1a Mention :contexts in NEWS. 2010-09-28 17:01:31 +02:00
Štěpán Němec 22594b6127 Fix a typo in :h :bmark (-tag -> -tags). 2010-09-27 15:18:27 +02:00
Štěpán Němec 6eb58f63c3 Rename stray occurences of util.copyToClipboard in mail.js.
(The function is called dactyl.clipboardWrite since 49c4b165a3ef).
2010-09-25 20:23:20 +02:00
Štěpán Němec 4fc51fdb73 Remove the :play command.
There's `@' which also accepts a count, and Vim doesn't have :play either.
2010-09-25 15:13:28 +02:00
Štěpán Němec ca2c6ea936 Fix an error ('cdpath' is a stringlist option). 2010-09-25 10:44:26 +02:00
Štěpán Němec b6904d64ea Document Textarea mode. 2010-09-25 10:43:16 +02:00
Štěpán Němec 05fcc1ff45 Use the `mode' <k> attribute at more places in the help files. 2010-09-25 10:42:07 +02:00
Štěpán Němec 2c97e22025 Fix typos and quoting inconsistencies in NEWS. 2010-09-25 10:35:24 +02:00
Štěpán Němec 223859a33b Make the <k> tag mode-aware.
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.
2010-09-25 02:18:17 +02:00
Štěpán Němec fa20629524 Extend and better exemplify 'loadplugins' documentation. 2010-09-24 20:03:40 +02:00
Štěpán Němec 9662b58176 changeset: 4303:cfede2ff028e
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.
2010-09-23 22:19:49 +02:00
Štěpán Němec 02714f06d9 Restore monospace markup for `pentadactylrc' and the like.
This was partly lost in the previous change due to linkification, but the <t>
and <tt> tags can actually be used together.
2010-09-22 23:22:42 +02:00
Štěpán Němec 7315817acd Fix some more typos and errors in the documentation 2010-09-22 18:16:04 +02:00
Štěpán Němec f3c82a85a1 Minor cleanup in options.xml and various.xml.
- fix some typos
- make order of the options consistently alphabetic
- linkify the rc file occurences
- delete trailing whitespace
- minor style/wording fixes
2010-09-22 05:01:51 +02:00
Štěpán Němec 01696096b0 Fix a slight messup in options.js caused by recent refactoring (4053:0c26dd7f1345). 2009-11-12 18:51:03 +01:00
Štěpán Němec 3329c48696 Fix the last commit. 2009-11-12 09:48:08 +01:00
Štěpán Němec 66936ff4e2 Fix map.txt for Asciidoc > 8.4. 2009-10-13 12:25:38 +02:00
Štěpán Němec 42a6de01f7 options.txt: Fix wording of 'cdpath' and misplacement of 'private'. 2009-10-11 23:18:30 +02:00
Stepnem e267bc9c17 Fix a typo in f3047a0f.
Signed-off-by: Kris Maglione <maglione.k@gmail.com>
2009-09-14 15:28:45 -04:00
Štěpán Němec 32be6b7469 A few docs clarifications.
-- shifted mappings notation (<C-n> vs <C-N>)
-- adjusted the ':!' warning
-- other minor fixes
2009-05-09 16:31:50 +10:00
Štěpán Němec 8b65863488 Fix disappearing 'q{0-9a-zA-Z}' in repeat.html
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>
2009-03-12 00:30:37 +11:00
Štěpán Němec 926355a7ec A number of minor fixes in help files.
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>
2009-02-19 12:13:59 +11:00