mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-27 17:15:46 +01:00
Call the Sanitize autocommand when clearing each private item.
--HG-- extra : transplant_source : a%AB%B2%02%28R%3EM%E5%AC%7C%CB%18%2A%AA9%FEbt%09
This commit is contained in:
@@ -58,6 +58,7 @@ const config = { //{{{
|
||||
["PageLoadPre", "Triggered after a page load is initiated"],
|
||||
["PageLoad", "Triggered when a page gets (re)loaded/opened"],
|
||||
["PrivateMode", "Triggered when private mode is activated or deactivated"],
|
||||
["Sanitize", "Triggered when a sanitizeable item is cleared"],
|
||||
["ShellCmdPost", "Triggered after executing a shell command with :!cmd"],
|
||||
["VimperatorEnter", "Triggered after Firefox starts"],
|
||||
["VimperatorLeavePre", "Triggered before exiting Firefox, just before destroying each module"],
|
||||
|
||||
@@ -58,7 +58,7 @@ The following keywords are available where relevant:
|
||||
|*<size>* |The size of a downloaded file. Only for *DownloadPost*.
|
||||
|*<file>* |The target destination of a download. Only for *DownloadPost*.
|
||||
|*<state>* |The new state. Only for *Fullscreen* and *PrivateMode*.
|
||||
|*<name>* |The color scheme name. Only for *ColorScheme*.
|
||||
|*<name>* |The name of the item. Only for *ColorScheme* and *Sanitize*.
|
||||
|===============================================================================
|
||||
|
||||
________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user