mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 06:08:02 +01:00
fix typo in 'pvh' help
This commit is contained in:
@@ -445,7 +445,7 @@ function Options() //{{{
|
|||||||
{
|
{
|
||||||
short_help: "Default height for preview window",
|
short_help: "Default height for preview window",
|
||||||
help: "Value must be between 1 and 50. If the value is too high, completions may cover the command-line. " +
|
help: "Value must be between 1 and 50. If the value is too high, completions may cover the command-line. " +
|
||||||
"Close the preview window with <code class=\"command\">:pclose</code>." +
|
"Close the preview window with <code class=\"command\">:pclose</code>.<br/>" +
|
||||||
"NOTE: Option currently disabled",
|
"NOTE: Option currently disabled",
|
||||||
default_value: 10,
|
default_value: 10,
|
||||||
validator: function (value) { if (value >= 1 && value <= 50) return true; else return false; }
|
validator: function (value) { if (value >= 1 && value <= 50) return true; else return false; }
|
||||||
|
|||||||
Reference in New Issue
Block a user