summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-10-03 14:52:49 +1000
committerDoug Kearns <dougkearns@gmail.com>2009-10-03 14:52:49 +1000
commitd0e1f3a2c2ae2e2f89340ee03b54fb0bef97fc99 (patch)
treef4d145b82e579c511e0a6706036a711bda808fb0
parente0ebc32489880c1f452bed406bff36cbec05db95 (diff)
downloadpentadactyl-d0e1f3a2c2ae2e2f89340ee03b54fb0bef97fc99.tar.gz
Rename :only to :winonly.
-rw-r--r--vimperator/NEWS2
-rw-r--r--vimperator/content/config.js2
-rw-r--r--vimperator/locale/en-US/browsing.txt4
-rw-r--r--vimperator/locale/en-US/index.txt2
4 files changed, 5 insertions, 5 deletions
diff --git a/vimperator/NEWS b/vimperator/NEWS
index 2926fb53..0127773f 100644
--- a/vimperator/NEWS
+++ b/vimperator/NEWS
@@ -21,7 +21,7 @@
know if I like copying bugs)
* IMPORTANT: 'popups' now takes a stringlist rather than a number.
- * add [c]:only[c]
+ * add [c]:winonly[c]
* add [c]:tabattach[c]
* add [c]:keepalt[c]
* add [c]:styledisable[c], [c]:styleenable[c], and [c]:styletoggle[c]
diff --git a/vimperator/content/config.js b/vimperator/content/config.js
index f73ebb05..16f08c66 100644
--- a/vimperator/content/config.js
+++ b/vimperator/content/config.js
@@ -187,7 +187,7 @@ const config = { //{{{
////////////////////// COMMANDS ////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
- commands.add(["on[ly]"],
+ commands.add(["winon[ly]"],
"Close all other windows",
function ()
{
diff --git a/vimperator/locale/en-US/browsing.txt b/vimperator/locale/en-US/browsing.txt
index 79f0adce..801fcc2e 100644
--- a/vimperator/locale/en-US/browsing.txt
+++ b/vimperator/locale/en-US/browsing.txt
@@ -323,8 +323,8 @@ Close window.
________________________________________________________________________________
-|:on| |:only|
-||:on[ly]||
+|:winon| |:winonly|
+||:winon[ly]||
________________________________________________________________________________
Close all other windows.
________________________________________________________________________________
diff --git a/vimperator/locale/en-US/index.txt b/vimperator/locale/en-US/index.txt
index c532e549..bab15f30 100644
--- a/vimperator/locale/en-US/index.txt
+++ b/vimperator/locale/en-US/index.txt
@@ -221,7 +221,6 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:nohlsearch[c]|| Remove the search highlighting +
||[c]:noremap[c]|| Map a key sequence without remapping keys +
||[c]:normal[c]|| Execute Normal mode commands +
-||[c]:only[c]|| Close all other windows +
||[c]:open[c]|| Open one or more URLs in the current tab +
||[c]:optionusage[c]|| List all options with a short description +
||[c]:pageinfo[c]|| Show various page information +
@@ -277,6 +276,7 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:viusage[c]|| List all mappings with a short description +
||[c]:winclose[c]|| Close window +
||[c]:window[c]|| Execute a command and tell it to output in a new window +
+||[c]:winonly[c]|| Close all other windows +
||[c]:winopen[c]|| Open one or more URLs in a new window +
||[c]:wqall[c]|| Save the session and quit +
||[c]:zoom[c]|| Set zoom value of current web page +