mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 14:54:13 +01:00
Add NEWS and help entries for updated :au that I thought I'd added before, but apparantly "failed an up-to-date check" on
This commit is contained in:
1
NEWS
1
NEWS
@@ -7,6 +7,7 @@
|
||||
special versions for the old behavior
|
||||
* IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and
|
||||
VimperatorLeave respectively
|
||||
* add interpolation for items such as <url> to autocommands
|
||||
* add -nargs, -bang, and -count attribute support to :command
|
||||
* much improved completion support, including javascript, option, and search keyword
|
||||
* add <PageUp>/<S-Up> and <PageDown>/<S-Down> command-line mappings for
|
||||
|
||||
@@ -34,8 +34,20 @@ Available {events}:
|
||||
{pat} is a regular expression, use .* if you want to match all URLs. Note: This
|
||||
differs from Vim which uses a glob rather than a regexp for {pat}.
|
||||
|
||||
The following keywords are available where relevant:
|
||||
|
||||
`--------------------`----------------------------------------
|
||||
<url> The URL against which the event was selected.
|
||||
<title> The page or bookmark title.
|
||||
<tab> The index tab in which the event occurred.
|
||||
<tags> The tags applied to <url>. Only for *BookmarkAdd*.
|
||||
<keyword> The keywords applied to the bookmark. Only for *BookmarkAdd*.
|
||||
<icon> The icon associated with <url>. Only for *BookmarkAdd*.
|
||||
--------------------------------------------------------------
|
||||
|
||||
Warning: Autocommand events are, in general, currently only fired when
|
||||
Vimperator commands are executed.
|
||||
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user