From ad4b9b89f99f1a31e1815ccccc736cee02fa4818 Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Sun, 4 Jan 2009 22:15:29 -0500 Subject: [PATCH] Clarification to :help for :open, :tabopen, and :winopen about what happens to first and next URLs. --- vimperator/locale/en-US/browsing.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vimperator/locale/en-US/browsing.txt b/vimperator/locale/en-US/browsing.txt index 24b17494..aebc802a 100644 --- a/vimperator/locale/en-US/browsing.txt +++ b/vimperator/locale/en-US/browsing.txt @@ -36,6 +36,8 @@ ________________________________________________________________________________ Open one or more URLs in the current tab. Multiple URLs can be separated with 'urlseparator' (default: ", " Note that the space after the comma is required.") +The first URL is opened in the current tab, and all other URLs are +opened in new tabs. Each token is analyzed and in this order: . Opened as a local file if it is an existing relative or absolute filename. @@ -68,16 +70,15 @@ ________________________________________________________________________________ ||:tabopen[!] [a][arg1][a], [a][arg2][a], ...|| + ||t|| ________________________________________________________________________________ -Just like [c]:open[c], but opens the resulting web page(s) -in a new tab. When used with [!], the 'tabopen' value of the 'activate' option -is negated. +Just like [c]:open[c], but also uses a new tab for the first URL. When +used with [!], the 'tabopen' value of the 'activate' option is negated. ________________________________________________________________________________ |T| + ||T|| ________________________________________________________________________________ -Open one or more URLs in a new tab, based on current location. Works like +Open one or more URLs in a new tab based on current location. Works like [m]t[m], but preselects current URL in the [c]:tabopen[c] query. ________________________________________________________________________________ @@ -94,7 +95,7 @@ ________________________________________________________________________________ |O| + ||O|| ________________________________________________________________________________ -Open one or more URLs in the current tab, based on current location. Works +Open one or more URLs in the current tab based on current location. Works like [m]o[m], but preselects current URL in the [c]:open[c] query. ________________________________________________________________________________