Document namesession command

This commit is contained in:
Maxime Coste 2016-07-28 00:17:55 +01:00
parent 2425f4a781
commit 213888da74
2 changed files with 4 additions and 0 deletions

View File

@ -641,6 +641,7 @@ command `q!` has to be used).
* `colorscheme <name>`: load named colorscheme. * `colorscheme <name>`: load named colorscheme.
* `nameclient <name>`: set current client name * `nameclient <name>`: set current client name
* `namebuf <name>`: set current buffer name * `namebuf <name>`: set current buffer name
* `namesession <name>`: set current session name
* `echo [options] <text>`: show <text> in status line, with the following options: * `echo [options] <text>`: show <text> in status line, with the following options:
** `-color` <face>: print the given text with <face>, most commonly `Error` or `Information` ** `-color` <face>: print the given text with <face>, most commonly `Error` or `Information`
** `-markup`: expand the markup strings in <text> ** `-markup`: expand the markup strings in <text>

View File

@ -63,6 +63,9 @@ command *q!* has to be used).
*namebuf* <name>:: *namebuf* <name>::
set current buffer name set current buffer name
*namesession* <name>::
set current session name
*echo* [options] <text>:: *echo* [options] <text>::
show *text* in status line, with the following *options*: show *text* in status line, with the following *options*: