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

25693: Frank Terbeck: another doc glitch

This commit is contained in:
Peter Stephenson 2008-09-19 15:08:47 +00:00
parent 47bbde0056
commit 90c33894c4
2 changed files with 10 additions and 4 deletions

View file

@ -1,5 +1,7 @@
2008-09-19 Peter Stephenson <pws@csr.com> 2008-09-19 Peter Stephenson <pws@csr.com>
* 25693: Frank Terbeck: Doc/Zsh/contrib.yo: and another.
* users/13262: Frank Terbeck: Doc/Zsh/contrib.yo: another * users/13262: Frank Terbeck: Doc/Zsh/contrib.yo: another
formatting fix. formatting fix.

View file

@ -581,8 +581,10 @@ backends and assembles all data into var(${vcs_info_msg_*_}). This is the
function you want to call from tt(precmd) if you want to include up-to-date function you want to call from tt(precmd) if you want to include up-to-date
information in your prompt (see Variable description below). If an argument information in your prompt (see Variable description below). If an argument
is given, that string will be used instead of tt(default) in the is given, that string will be used instead of tt(default) in the
user-context field of the style context.) user-context field of the style context.
sitem(tt(vcs_info_lastmsg))(Outputs the last var(${vcs_info_msg_*_}) value. )
item(tt(vcs_info_lastmsg))(
Outputs the last var(${vcs_info_msg_*_}) value.
Takes into account the value of the use-prompt-escapes style in Takes into account the value of the use-prompt-escapes style in
var(':vcs_info:formats:command:-all-'). It also only prints tt(max-exports) var(':vcs_info:formats:command:-all-'). It also only prints tt(max-exports)
values. values.
@ -591,8 +593,10 @@ findex(vcs_info_printsys)
item(tt(vcs_info_printsys) [var(user-context)])( item(tt(vcs_info_printsys) [var(user-context)])(
Prints a list of all Prints a list of all
supported version control systems. Useful to find out possible contexts supported version control systems. Useful to find out possible contexts
(and which of them are enabled) or values for the var(disable) style.) (and which of them are enabled) or values for the var(disable) style.
sitem(tt(vcs_info_setsys))(Initializes var(vcs_info)'s internal list of )
item(tt(vcs_info_setsys))(
Initializes var(vcs_info)'s internal list of
available backends. With this function, you can add support for new VCSs available backends. With this function, you can add support for new VCSs
without restarting the shell. without restarting the shell.
) )