1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 21:15:45 +01:00

Document the :command improvements added in the previous changeset.

This commit is contained in:
Štěpán Němec
2011-01-19 13:38:18 +01:00
parent e594e4ca35
commit b5f81976c5
5 changed files with 43 additions and 26 deletions

View File

@@ -84,6 +84,9 @@
- Added :yank command.
- :delmarks, :marks and :qmarks now also accept ranges, same as
:delqmarks.
- :command now accepts comma-separated alternative command names
- :command -complete custom now also accepts a completions array, see
:h :command-completion-custom.
* Improvements to :style and :highlight:
- Added -agent flag to :style.
- The -append flag now updates existing properties rather than

View File

@@ -40,7 +40,7 @@
<dt>url</dt> <dd>URLs</dd>
<dt>usercommand</dt> <dd>user commands</dd>
<dt>window</dt> <dd>windows</dd>
<dt>custom,<a>func</a></dt><dd>custom completion, provided by <a>func</a></dd>
<dt>custom,<a>thing</a></dt><dd>custom completion, provided by <a>thing</a></dd>
</dl>
</overlay>