1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-12 22:10:54 +01:00

45583/0007: vcs_info docs: vcs_info_lastmsg: Correct an ambiguous/wrong description.

This commit is contained in:
Daniel Shahaf 2021-04-14 15:10:03 +00:00
parent 517e1777a5
commit 2144d01102
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2021-04-15 Daniel Shahaf <d.s@daniel.shahaf.name>
* 45583/0007: Doc/Zsh/contrib.yo: vcs_info docs:
vcs_info_lastmsg: Correct an ambiguous/wrong description.
* 45583/0006: Doc/Zsh/contrib.yo: vcs_info docs: Change
user-context name in an example, to avoid confusion with the
special-casing of the value `command' in vcs_info_lastmsg.

View file

@ -1510,7 +1510,7 @@ below for details.
)
findex(vcs_info_lastmsg)
item(tt(vcs_info_lastmsg))(
Outputs the last tt(${vcs_info_msg_*_}) value.
Outputs the current values of tt(${vcs_info_msg_*_}).
Takes into account the value of the tt(use-prompt-escapes) style in
tt(':vcs_info:formats:command:-all-'). It also only prints tt(max-exports)
values.