diff --git a/common/content/completion.js b/common/content/completion.js index ac1693ff..87f58cbc 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -839,7 +839,7 @@ const Completion = Module("completion", { }, { commands: function () { commands.add(["contexts"], - "List the completion contexts used during completion of an ex command", + "List the completion contexts used during completion of an Ex command", function (args) { commandline.commandOutput(
diff --git a/common/content/javascript.js b/common/content/javascript.js index 59b12c1a..5c1b3e73 100644 --- a/common/content/javascript.js +++ b/common/content/javascript.js @@ -654,7 +654,7 @@ const JavaScript = Module("javascript", { }, options: function () { options.add(["jsdebugger", "jsd"], - "Switch on/off jsdebugger", + "Use the JavaScript debugger service for JavaScript completion", "boolean", false, { setter: function (value) { services.get("debugger")[value ? "on" : "off"](); diff --git a/common/locale/en-US/index.xml b/common/locale/en-US/index.xml index 850efb7a..e3f15dde 100644 --- a/common/locale/en-US/index.xml +++ b/common/locale/en-US/index.xml @@ -248,6 +248,7 @@ This file contains a list of all available commands, mappings and options.
:colorscheme
Load a color scheme
:comclear
Delete all user-defined commands
:command
List and define commands
+
:contexts
List the completion contexts used during completion of an Ex command
:cunabbrev
Remove an abbreviation in Command-line mode
:cunmap
Remove a mapping in Command-line mode
:delbmarks
Delete a bookmark
@@ -380,6 +381,9 @@ This file contains a list of all available commands, mappings and options.
activate
Define when tabs are automatically activated
+
altwildmode
Define how command line completion works when the Alt key is pressed
+
autocomplete
Automatically update the completion list on any key press
+
banghist
Replace occurences of ! with the previous command when executing external commands
cdpath
List of directories searched when executing :cd
complete
Items which are completed at the :open prompts
defsearch
Set the default search engine
@@ -395,6 +399,7 @@ This file contains a list of all available commands, mappings and options.
guioptions
Show or hide certain GUI elements like the menu or toolbar
helpfile
Name of the main help file
hintinputs
How text input fields are hinted
+
hintkeys
The keys used to label and select hints
hintmatching
How links are matched
hinttags
XPath string of hintable elements activated by f and F
hinttimeout
Timeout before automatically following a non-unique numerical hint
@@ -403,6 +408,7 @@ This file contains a list of all available commands, mappings and options.
ignorecase
Ignore case in search patterns
incsearch
Show where the search pattern matches as it is typed
insertmode
Use Insert mode as the default for text areas
+
jsdebugger
Use the JavaScript debugger service for JavaScript completion
laststatus
Show the status line
linksearch
Limit the search to hyperlink text
loadplugins
Load plugin scripts when starting up