1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-19 03:13:35 +02:00

More "command-line edits" in prompts.

Again, by Chicago Manual of Style (CMOS) and several other style guides, we
hyphenate compound /modifiers/ when they come /before/ the word being
modified.

So the "command line" is not hyphenated, but the "command-line mode" is. 

This is consistent with Vim help style conventions as well.
This commit is contained in:
Ted Pavlic
2009-01-17 12:46:10 -05:00
parent 59343a3712
commit f618833c18
7 changed files with 27 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ which are translated to a string of characters. Example:
:map <F2> :echo new Date().toDateString()<CR>
will echo the current date to the command-line when [m]<F2>[m] is pressed.
will echo the current date to the command line when [m]<F2>[m] is pressed.
There are separate key mapping tables for each of the Normal, Insert,
Command-line modes.
@@ -143,9 +143,9 @@ ________________________________________________________________________________
|:map-<silent>| +
________________________________________________________________________________
When the first argument to one of the mapping commands is <silent>, {rhs}
is not echoed to the command-line, nor, for that matter, is anything else
until the command has completed.
When the first argument to one of the mapping commands is <silent>,
{rhs} is not echoed to the command line, nor, for that matter, anything
else until the command has completed.
________________________________________________________________________________
@@ -373,7 +373,7 @@ and <bang> will be available in the argument.
Replacement text
The replacement text {rep} is scanned for escape sequences and these are
replaced with values from the user entered command-line. The resulting string
replaced with values from the user-entered command line. The resulting string
is then executed as an Ex command.
The valid escape sequences are: