mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-11 10:41:12 +02:00
26956: tidy up some zle variables for module unloading
note issue found on HP-UX
This commit is contained in:
parent
cfd3eab3d6
commit
c18b6c2c99
3 changed files with 16 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2009-05-11 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 26956: Etc/zsh-development-guide, Src/Zle/zle_refresh:
|
||||
clear up region highlight variables properly and note that the
|
||||
variables should be zeroed even if the module is being unloaded
|
||||
(problem on HP-UX).
|
||||
|
||||
2009-05-09 Andrey Borzenkov <bor@zsh.org>
|
||||
|
||||
* unposted: Completion/Unix/Command/_getfacl:
|
||||
|
@ -11684,5 +11691,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4682 $
|
||||
* $Revision: 1.4683 $
|
||||
*****************************************************
|
||||
|
|
|
@ -279,6 +279,10 @@ However, `finish_' is called even if `setup_' failed, so it should
|
|||