diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Functions/Misc/nslookup | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index ded5bd666..f2f704c67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-07-23 Oliver Kiddle <opk@zsh.org> + * 35815: Functions/Misc/nslookup: fix for newer nslookup + * 35814: Src/Zle/zle_main.c: POSTEDIT needs to be unmetafied 2015-07-22 Barton E. Schaefer <schaefer@zsh.org> diff --git a/Functions/Misc/nslookup b/Functions/Misc/nslookup index 150bd035c..8c11909d5 100644 --- a/Functions/Misc/nslookup +++ b/Functions/Misc/nslookup @@ -26,8 +26,7 @@ zstyle -s ':nslookup' pager tmp && zpty nslookup command nslookup "${(q)@}" -zpty -r nslookup line '* -> ' +zpty -r nslookup line '*> ' print -nr "$line" while line=''; vared -he "$pmpt[@]" line; do |