1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-19 02:43:32 +02:00

add new 'urlseparator' option

This commit is contained in:
Doug Kearns
2008-07-20 13:06:01 +00:00
parent 8a147eb0c6
commit 706f2d0c93
5 changed files with 20 additions and 3 deletions

View File

@@ -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)
____