about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2021-05-28 22:20:33 +0900
committerOliver Kiddle <opk@zsh.org>2021-06-03 00:28:06 +0200
commitbd328a2a9c230a8232bdfbaa934874b61fa749d5 (patch)
tree63cb98373f0966b70172ae953c498514b69ac02e /ChangeLog
parent978c4907b6ea4f15d37f450ab8fd945c104c819a (diff)
downloadzsh-bd328a2a9c230a8232bdfbaa934874b61fa749d5.tar.gz
zsh-bd328a2a9c230a8232bdfbaa934874b61fa749d5.tar.xz
zsh-bd328a2a9c230a8232bdfbaa934874b61fa749d5.zip
48942: Let EDITOR invoked by edit-command-line know it's a zsh script
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8c20016a..78271d448 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-06-02  Oliver Kiddle  <opk@zsh.org>
 
+	* Akinori MUSHA: 48942: Functions/Zle/edit-command-line:
+	Let EDITOR invoked by edit-command-line know it's a zsh script
+
 	* 48954: Src/Zle/complist.c: avoid crash in reverse-menu-complete
 	from menuselect without 'menu' in $compstate[insert]