diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-18 07:11:22 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-18 07:11:22 +0000 |
commit | 8e37f6591088d0752bce60f5c1e64db182400047 (patch) | |
tree | 9c9d2ccad5e197d878d5a075574e2fee3732a782 | |
parent | 145e7ee76f210f2f9580c31554b944c94b8896d1 (diff) | |
download | zsh-8e37f6591088d0752bce60f5c1e64db182400047.tar.gz zsh-8e37f6591088d0752bce60f5c1e64db182400047.tar.xz zsh-8e37f6591088d0752bce60f5c1e64db182400047.zip |
fix to get newlines in non-job-texts (I'm sooo stupid) (10799)
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 049777adb..2d38188c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-04-18 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 10799: Src/text.c: fix to get newlines in non-job-texts (I'm + sooo stupid) + * 10798: Src/Zle/compmatch.c: join_clines() tested the wrong variable |