diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 13:17:24 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 13:17:24 +0000 |
commit | 832afdc5e96047309bcae0b190700d0c651956ec (patch) | |
tree | 4f284f6b7778baea3dd0f107f9d261d4219471b0 | |
parent | 3d7263ff67534b5d533c1d78eca8d648b72bca93 (diff) | |
download | zsh-832afdc5e96047309bcae0b190700d0c651956ec.tar.gz zsh-832afdc5e96047309bcae0b190700d0c651956ec.tar.xz zsh-832afdc5e96047309bcae0b190700d0c651956ec.zip |
functions moved
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7ed226bc8..199be0528 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-04-02 Sven Wischnowsky <wischnow@zsh.org> + * unposted, kind of: moving functions and scripts around, renaming + them, accidentally deleted them and re-installing them, etc. + * 13868: Src/Zle/compmatch.c, Src/Zle/computil.c: make `_arguments -S' still complete long options after `--<TAB>'; fix for cursor positioning with partial word match specs |