diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-18 20:19:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-18 20:19:01 +0000 |
commit | 7f304c7736b15f7606376a4ee07f21cbcb35fd0e (patch) | |
tree | 6ff8555ca005e773c26d4634f8fdd23ddb0c4366 /ChangeLog | |
parent | bf43db124afac747c1efb02716092b107bc66ad1 (diff) | |
download | zsh-7f304c7736b15f7606376a4ee07f21cbcb35fd0e.tar.gz zsh-7f304c7736b15f7606376a4ee07f21cbcb35fd0e.tar.xz zsh-7f304c7736b15f7606376a4ee07f21cbcb35fd0e.zip |
25068: Fix some completion warnings with WARN_CREATE_GLOBAL
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ace2ac077..e0a3e1324 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-05-18 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 25068: Completion/compinit: fix some warnings with + WARN_CREATE_GLOBAL. + * 25063: Functions/Prompts/prompt_bart_setup: minor tweaks. |