mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 02:35:45 +01:00
Fix some errors in :command-complete-custom. Fix some help tags not appearing.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<dl tag="autocommand-list" replace="autocommand-list">
|
||||
<dl tag="autocommand-list" tag="autocommand-list" replace="autocommand-list">
|
||||
<dt>BookmarkAdd</dt> <dd>Triggered after a page is bookmarked</dd>
|
||||
<dt>BookmarkChange</dt> <dd>Triggered after a page's bookmark is changed</dd>
|
||||
<dt>BookmarkRemove</dt> <dd>Triggered after a page's bookmark is removed</dd>
|
||||
@@ -26,7 +26,7 @@
|
||||
<dt>Leave</dt> <dd>Triggered before exiting &dactyl.host;</dd>
|
||||
</dl>
|
||||
|
||||
<dl tag="autocommand-args" replace="autocommand-args">
|
||||
<dl tag="autocommand-args" tag="autocommand-args"replace="autocommand-args">
|
||||
<dt><bookmark></dt> <dd>The JavaScript bookmark object. Only for <em>Bookmark*</em>.</dd>
|
||||
<dt><changed></dt> <dd>The name of the property that has changed. Only for <em>BookmarkChange</em>.</dd>
|
||||
<dt><doc></dt> <dd>The document for which the event occurred. Only for <em>DOMLoad</em>, <em>PageLoad</em> and <em>PageLoadPre</em>.</dd>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
and finger feel should be familiar to Vim users.
|
||||
</p>
|
||||
|
||||
<ol replace="topics-list">
|
||||
<ol tag="topics-list" replace="topics-list">
|
||||
<li>
|
||||
<link topic="tutorial">Quick-start tutorial</link>:
|
||||
A quick-start tutorial for new users.
|
||||
@@ -116,7 +116,7 @@
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<ul replace="features-list">
|
||||
<ul tag="features-list" replace="features-list">
|
||||
<li>Vim-like keybindings (<k>h</k>, <k>j</k>, <k>gg</k>, <k>ZZ</k>, <k name="C-f"/>, etc.)</li>
|
||||
<li>Ex commands (<ex>:quit</ex>, <ex>:open www.foo.com</ex>, …)</li>
|
||||
<li>Tab completion for all commands, highly configurable via <o>wildmode</o>, <o>autocomplete</o>, ...</li>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
|
||||
<dl replace=":command-complete-arg-list">
|
||||
<dl tag=":command-complete-arg-list" replace=":command-complete-arg-list">
|
||||
<dt>abbreviation</dt> <dd>abbreviations</dd>
|
||||
<dt>altstyle</dt> <dd>alternate author style sheets</dd>
|
||||
<dt>bookmark</dt> <dd>bookmarks</dd>
|
||||
|
||||
Reference in New Issue
Block a user