From b7d9912f8b44d159426526d2857273f57a11b67a Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 22 May 2010 17:39:58 +0000 Subject: [PATCH] 27964: add back missing enditem(). --- ChangeLog | 6 +++++- Doc/Zsh/contrib.yo | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 26c1e147a..bef899a17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-22 Clint Adams + + * 27964: Doc/Zsh/contrib.yo: add back missing enditem(). + 2010-05-14 Frank Terbeck * Simon Ruderich: 27954: Doc/Zsh/contrib.yo, Misc/vcs_info-examples: @@ -13142,5 +13146,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4979 $ +* $Revision: 1.4980 $ ***************************************************** diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 665f60c3b..ae071c129 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -1071,6 +1071,7 @@ If tt(ret) is set to to non-zero, the string in tt(${hook_com[message]}) will be used unchanged as the message by var(vcs_info). ) +enditem() If all of this sounds rather confusing, take a look at the tt(Examples) section below and also in the Misc/vcs_info-examples file in the Zsh source.