mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 17:27:57 +01:00
Add a -description option to :command.
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
* version 2.2a1pre
|
||||
* IMPORTANT: shifted key notation now matches Vim's behaviour. E.g. <C-a>
|
||||
and <C-A> are equivalent, to map the uppercase character use <C-S-A>.
|
||||
* add -description option to :command
|
||||
* command-line options are now supported via the host application's
|
||||
-liberator option
|
||||
* add :i and :I for opening image location (in new tab)
|
||||
* add ;i and ;I for opening image location (in new tab)
|
||||
* add all.html to show all help sections in a single page - available via
|
||||
:help all
|
||||
* add ;c extended hint mode - open the context menu
|
||||
|
||||
@@ -375,6 +375,12 @@ By default a user command does not have a special version, i.e. a version
|
||||
executed with the ! modifier. Providing the -bang attribute will enable this
|
||||
and <bang> will be available in the argument.
|
||||
|
||||
|:command-description| +
|
||||
Command description
|
||||
|
||||
The command's description text can be set with -description. Otherwise it will
|
||||
default to "User-defined command".
|
||||
|
||||
|:command-replacement-text| +
|
||||
Replacement text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user