1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 17:24:13 +01:00

Clarify the example commentary in :h 'urlsep'. (Cf. issue #762)

This commit is contained in:
Štěpán Němec
2012-01-03 16:34:16 +01:00
parent 10ae8da855
commit 18c560a917

View File

@@ -1638,8 +1638,9 @@
<p>
The regular expression used to split URL lists in commands
like <ex>:open</ex>. When set to the empty string, URL lists
are never split. With the default value, the following will open
three URLs in the current tab and two new background tabs,
are never split. With the default settings, the following will open
three URLs (the first one in the current tab and the latter two in
two new background tabs):
</p>
<code><ex>:open <str delim="">google Linux</str> | <str delim="">wikipedia Arch Linux</str> | <str delim="">imdb Serenity</str></ex></code>
</description>