1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-08 20:15:47 +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

@@ -13,7 +13,9 @@
{ arg: true, count: true, motion: true, route: true });
* IMPORTANT: shifted key notation now matches Vim's behaviour. E.g. <C-a>
and <C-A> are equivalent, to map the uppercase character use <C-S-A>. - Is this still true, or going to be true? --djk
* add 'private' - enter private browsing mode
* add '-javascript' flag to :autocommand
* add 'private' - enter private browsing mode, matching 'PrivateMode'
autocommand
* add -description option to :command
* command-line options are now supported via the host application's
-liberator option