mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 02:32:27 +01:00
fix transposed defaults in showmode and shell help
This commit is contained in:
@@ -614,7 +614,7 @@ ____
|
||||
|
||||
|
||||
|\'shell'| |\'sh'|
|
||||
||'shell' 'sh'|| string (default: on)
|
||||
||'shell' 'sh'|| string (default: "-c", Win32: "/c")
|
||||
____
|
||||
Shell to use for executing :! and :run commands.
|
||||
____
|
||||
@@ -630,7 +630,7 @@ ____
|
||||
|
||||
|
||||
|\'nosmd'| |\'noshowmode'| |\'smd'| |\'showmode'|
|
||||
||'showmode' 'smd'|| boolean (default: "-c", Win32: "/c")
|
||||
||'showmode' 'smd'|| boolean (default: on)
|
||||
____
|
||||
Show the current mode in the command-line.
|
||||
____
|
||||
|
||||
Reference in New Issue
Block a user