summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2017-08-17 17:17:53 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2017-08-30 00:12:07 +0000
commiteb6c012f644f801d1e1524d80b09644976a17eda (patch)
treeb4ab36c606c2f311d841ff7ae463d726ed74d65c /ChangeLog
parent9a4fb22d893ff7c308965185ba15d2b4741029f8 (diff)
downloadzsh-eb6c012f644f801d1e1524d80b09644976a17eda.tar.gz
zsh-eb6c012f644f801d1e1524d80b09644976a17eda.tar.xz
zsh-eb6c012f644f801d1e1524d80b09644976a17eda.zip
41564: _tmux: Complete environment variables and their values for set-environment and show-environment.
Also, teach show-environment not to offer --options after positional
arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0fdf37e2..19846e790 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-08-30  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 41564: Completion/Unix/Command/_tmux: Complete environment
+	variables and their values for set-environment and
+	show-environment.
+
 	* 41557: Completion/Unix/Command/_tmux: show-environment,
 	set-environment: Make -g,-t mutually exclusive.