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:
@@ -477,7 +477,7 @@ vimperator.Options = function () //{{{
|
||||
shortHelp: "Set the external text editor",
|
||||
help: "Sets the editor to run when <code class=\"mapping\"><C-i></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.",
|
||||
|
||||
Reference in New Issue
Block a user