1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-20 07:43:30 +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

@@ -585,7 +585,7 @@ ____
//____
//Default height for preview window
//
//Value must be between 1 and 50. If the value is too high, completions may cover the command-line. Close the preview window with :pclose.
//Value must be between 1 and 50. If the value is too high, completions may cover the command line. Close the preview window with :pclose.
//Note: Option currently disabled
//____
@@ -650,7 +650,7 @@ ____
|\'nosmd'| |\'noshowmode'| |\'smd'| |\'showmode'|
||'showmode' 'smd'|| boolean (default: on)
____
Show the current mode in the command-line.
Show the current mode in the command line.
____
@@ -663,7 +663,7 @@ Also links which are focused by keyboard commands like [m]<Tab>[m] are shown. Po
.---`--------------------------------------
*0* Don't show link destination
*1* Show the link in the status line
*2* Show the link in the command-line
*2* Show the link in the command line
-------------------------------------------
____