summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-08-17 04:19:11 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-08-30 00:12:05 +0000
commit9a4fb22d893ff7c308965185ba15d2b4741029f8 (patch)
treef66507c7e32859eba555d33b41ae9c9dff017ac2 /ChangeLog
parent383dc2a6f5d8ad0713311a3dc358cdc71a2dcf03 (diff)
downloadzsh-9a4fb22d893ff7c308965185ba15d2b4741029f8.tar.gz
zsh-9a4fb22d893ff7c308965185ba15d2b4741029f8.tar.xz
zsh-9a4fb22d893ff7c308965185ba15d2b4741029f8.zip
41557: _tmux: show-environment, set-environment: Make -g,-t mutually exclusive.
tmux does not error out on the combination, but it does ignore one of
the two when both are specified.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e10fb6197..c0fdf37e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-08-30  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 41557: Completion/Unix/Command/_tmux: show-environment,
+	set-environment: Make -g,-t mutually exclusive.
+
 	* 41558: Completion/Unix/Command/_tmux: Complete option names
 	for show-options and show-window-options.