1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 19:12:26 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2007-11-22 12:08:58 +00:00
parent 02dcf850f4
commit 81d4336ccb
4 changed files with 14 additions and 12 deletions

View File

@@ -477,7 +477,7 @@ vimperator.Options = function () //{{{
shortHelp: "Set the external text editor",
help: "Sets the editor to run when <code class=\"mapping\">&lt;C-i&gt;</code> " +
"is pressed in INSERT and TEXTAREA modes. Note that Vimperator will " +
"not behave correctly if the editor forks its own process, such as with "+
"not behave correctly if the editor forks its own process, such as with " +
"gvim without the -f argument.",
defaultValue: "gvim -f"
}
@@ -631,7 +631,7 @@ vimperator.Options = function () //{{{
"<ul>" +
"<li><b>0</b>: Force to open in the current tab (NOTE: this can stop some web sites from working correctly!)</li>" +
"<li><b>1</b>: Always open in a new tab</li>" +
"<li><b>2</b>: Open in a new window if it has a specific requested size (default in Firefox)</li>"+
"<li><b>2</b>: Open in a new window if it has a specific requested size (default in Firefox)</li>" +
"<li><b>3</b>: Always open in a new window</li>" +
"</ul>" +
"NOTE: This option does not change the popup blocker of Firefox in any way.",