mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-17 06:55:45 +01:00
add new 'urlseparator' option
This commit is contained in:
@@ -35,8 +35,8 @@ section:Opening{nbsp}web{nbsp}pages[opening]
|
||||
||o||
|
||||
________________________________________________________________________________
|
||||
Open one or more URLs in the current tab.
|
||||
Multiple URLs can be separated with ", ".
|
||||
Note that the space after the comma is required.
|
||||
Multiple URLs can be separated with 'urlseparator' (default: ", " Note that the
|
||||
space after the comma is required.")
|
||||
Each token is analyzed and in this order:
|
||||
|
||||
1. Opened as a local file if it is an existing relative or absolute filename.
|
||||
|
||||
@@ -565,6 +565,17 @@ Note that this is a local option for now, later it may be split into a global an
|
||||
____
|
||||
|
||||
|
||||
|\'urlseparator'|
|
||||
||'urlseparator'|| string (default: ",\s")
|
||||
____
|
||||
Set the separator regexp used to separate multiple URL args. Multiple
|
||||
arguments can be specified for :open, and similar commands, using this regexp
|
||||
as the separator. Using whitespace alone is not generally useful since it is
|
||||
often contained in a single argument. E.g. [c]:open linus torvalds[c] should
|
||||
perform a single search for the key words "linus" and "torvalds"
|
||||
____
|
||||
|
||||
|
||||
|\'verbose', \'vbs'|
|
||||
||'verbose' 'vbs'|| number (default: 0)
|
||||
____
|
||||
|
||||
Reference in New Issue
Block a user