1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-01 23:00:55 +02:00

document :echomsg

This commit is contained in:
Doug Kearns
2008-11-10 02:53:46 +00:00
parent 91fa8dddff
commit 588c545f64
3 changed files with 21 additions and 13 deletions
+3 -2
View File
@@ -167,8 +167,9 @@ section:Ex{nbsp}commands[ex-cmd-index,:index]
||:doautoall|| Apply the autocommands matching the specified URL to all buffers +
||:doautocmd|| Apply the autocommands matching the specified URL to the current buffer +
||:downloads|| Show progress of current downloads +
||:echo|| Display a string at the bottom of the window +
||:echoerr|| Display an error string at the bottom of the window +
||:echo|| Echo the expression +
||:echoerr|| Echo the expression as an error message +
||:echomsg|| Echo the expression as an informational message +
||:emenu|| Execute the specified menu item from the command-line +
||:execute|| Execute the argument as an Ex command +
||:exusage|| List all Ex commands with a short description +