1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 05:02:28 +01:00

Add PrivateMode autocommand. Add -js flag to :au

This commit is contained in:
Kris Maglione
2009-06-28 15:14:23 -04:00
parent 7c7710b23d
commit c4e9e414be
5 changed files with 24 additions and 12 deletions

View File

@@ -12,6 +12,9 @@ Execute commands automatically on events.
Add {cmd} to the list of commands Xulmus will execute on {event} for a URL matching {pat}:
If the *-javascript* (short name *-js*) option is specified, {cmd} is executed
as JavaScript code, with any supplied arguments available as variables.
* [c]:autocmd[!][c] {events} {pat}: list/remove autocommands filtered by {events} and {pat}
* [c]:autocmd[!][c] {events}: list/remove autocommands matching {events}
* [c]:autocmd[!][c] * {pat}: list/remove autocommands matching {pat}