mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-10 12:43:33 +02:00
Clarify the example commentary in :h 'urlsep'. (Cf. issue #762)
This commit is contained in:
@@ -1638,8 +1638,9 @@
|
|||||||
<p>
|
<p>
|
||||||
The regular expression used to split URL lists in commands
|
The regular expression used to split URL lists in commands
|
||||||
like <ex>:open</ex>. When set to the empty string, URL lists
|
like <ex>:open</ex>. When set to the empty string, URL lists
|
||||||
are never split. With the default value, the following will open
|
are never split. With the default settings, the following will open
|
||||||
three URLs in the current tab and two new background tabs,
|
three URLs (the first one in the current tab and the latter two in
|
||||||
|
two new background tabs):
|
||||||
</p>
|
</p>
|
||||||
<code><ex>:open <str delim="">google Linux</str> | <str delim="">wikipedia Arch Linux</str> | <str delim="">imdb Serenity</str></ex></code>
|
<code><ex>:open <str delim="">google Linux</str> | <str delim="">wikipedia Arch Linux</str> | <str delim="">imdb Serenity</str></ex></code>
|
||||||
</description>
|
</description>
|
||||||
|
|||||||
Reference in New Issue
Block a user