1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 02:44:13 +01:00

Allow multiple +c and ++cmd command line options.

This commit is contained in:
Doug Kearns
2009-08-19 02:27:31 +10:00
parent e10bde5c0f
commit cc187d8372
4 changed files with 42 additions and 11 deletions

View File

@@ -11,6 +11,8 @@ E.g firefox -liberator "$$++cmd='set exrc' +u='tempRcFile' ++noplugin$$"
________________________________________________________________________________
Execute a single Ex command after all initialization has been performed. See
[j]initialization[j].
This option can be specified multiple times.
________________________________________________________________________________
@@ -19,6 +21,8 @@ ________________________________________________________________________________
________________________________________________________________________________
Execute a single Ex command before any initialization has been performed. See
[j]initialization[j].
This option can be specified multiple times.
________________________________________________________________________________