1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 00:11:26 +02:00

add rough initial implementations of :message, g< (gm for now) and 'messages'

This commit is contained in:
Doug Kearns
2008-09-27 12:33:23 +00:00
parent 8154f7b5fa
commit 675ae16f24
13 changed files with 253 additions and 101 deletions
+22
View File
@@ -0,0 +1,22 @@
HEADER
|message-history| +
Vimperator stores all info and error messages in a message history. The type of
info messages output can be controlled by the 'verbose' option.
|:mes| |:messages| +
||:mes[sages]||
________________________________________________________________________________
Display previously given messages.
________________________________________________________________________________
|gm| +
||gm||
________________________________________________________________________________
Redisplay the last command output. Only the most recent commands output is
available.
________________________________________________________________________________
// vim: set syntax=asciidoc: