diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-13 10:04:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-13 10:04:21 +0000 |
commit | ea291595718e1e0a6954467545cbc778d15cf16c (patch) | |
tree | 33f723b6150433df4a0602f8c0023ad59bdb916e /ChangeLog | |
parent | 1f37225708285c4e1f343c34c92064bbef68498a (diff) | |
download | zsh-ea291595718e1e0a6954467545cbc778d15cf16c.tar.gz zsh-ea291595718e1e0a6954467545cbc778d15cf16c.tar.xz zsh-ea291595718e1e0a6954467545cbc778d15cf16c.zip |
users/13902: make isearch return status useful
add LASTABORTEDSEARCH variable
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index aff3a7fe6..d6e9f2da6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-03-13 Peter Stephenson <pws@csr.com> + * users/13902: Doc/Zsh/zle.yo, Src/Zle/zle_hist.yo, + Src/Zle/zle_params.yo: improve return value from isearch functions + and add LASTABORTEDSEARCH variable. + * 26723: Completion/Unix/Type/.distfiles, Completion/Unix/Type/_have_glob_qual, Completion/Unix/Type_path_files: centralise test for whether @@ -11384,5 +11388,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4611 $ +* $Revision: 1.4612 $ ***************************************************** |