diff options
author | Clint Adams <clint@users.sourceforge.net> | 2010-05-22 17:39:58 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2010-05-22 17:39:58 +0000 |
commit | b7d9912f8b44d159426526d2857273f57a11b67a (patch) | |
tree | ab7a8c7254336ddeec1e4b6b7ab1257ec6999d4f | |
parent | 88ea63adf28be522d2341c57e4e049ff04aaf7fd (diff) | |
download | zsh-b7d9912f8b44d159426526d2857273f57a11b67a.tar.gz zsh-b7d9912f8b44d159426526d2857273f57a11b67a.tar.xz zsh-b7d9912f8b44d159426526d2857273f57a11b67a.zip |
27964: add back missing enditem().
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/contrib.yo | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 26c1e147a..bef899a17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-22 Clint Adams <clint@zsh.org> + + * 27964: Doc/Zsh/contrib.yo: add back missing enditem(). + 2010-05-14 Frank Terbeck <ft@bewatermyfriend.org> * 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. |