1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

Frank Terbeck: 27309: VCS_INFO doc

Holger Weiss: 27310: typo in matcher doc
Jesse Weinstein: 27310: redundant diff option
This commit is contained in:
Peter Stephenson 2009-10-18 19:47:29 +00:00
parent 8ed0fad414
commit a252b6110d
4 changed files with 13 additions and 4 deletions

View file

@ -777,7 +777,7 @@ Here is how to print the vcs information as a command (not in a prompt):
example(alias vcsi='vcs_info command; vcs_info_lastmsg')
This way, you can even define different formats for output via
tt(vcs_info_lastmsg) in the ':vcs_info:formats:command:*' namespace.
tt(vcs_info_lastmsg) in the ':vcs_info:*:command:*' namespace.
texinode(Prompt Themes)(ZLE Functions)(Version Control Information)(User Contributions)