diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-06-04 14:28:32 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-06-04 14:28:32 +1000 |
commit | e762b6f9d457459da647b3a3eba189cdd8a4465c (patch) | |
tree | 8797c566534b5ac816e73c2884c97f2cf1e3da6b /vimperator | |
parent | 4df596d96963cd6a4ca499891778c58c1f9f4bfa (diff) | |
download | pentadactyl-e762b6f9d457459da647b3a3eba189cdd8a4465c.tar.gz |
Add a -description option to :command.
Diffstat (limited to 'vimperator')
-rw-r--r-- | vimperator/NEWS | 3 | ||||
-rw-r--r-- | vimperator/locale/en-US/map.txt | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/vimperator/NEWS b/vimperator/NEWS index 8bd34a02..59d4c063 100644 --- a/vimperator/NEWS +++ b/vimperator/NEWS @@ -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 diff --git a/vimperator/locale/en-US/map.txt b/vimperator/locale/en-US/map.txt index b548e9a9..c8ceac44 100644 --- a/vimperator/locale/en-US/map.txt +++ b/vimperator/locale/en-US/map.txt @@ -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 |