about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2015-08-10 15:27:28 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2015-08-10 16:50:51 +0200
commitad7ef9cf1fb4284ece5176a3e83a930f139f3ea1 (patch)
tree2e6b6dc0b31e3a0bce22e120b0356b6a1146db9b /Completion
parentc7c15410b56fc13fa0bb26e5ffc8c0614a90580b (diff)
downloadzsh-ad7ef9cf1fb4284ece5176a3e83a930f139f3ea1.tar.gz
zsh-ad7ef9cf1fb4284ece5176a3e83a930f139f3ea1.tar.xz
zsh-ad7ef9cf1fb4284ece5176a3e83a930f139f3ea1.zip
36054: _tmux: "local -x" serves no purpose
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_tmux4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 2eaf0cd0d..76dce0644 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1605,7 +1605,7 @@ function _tmux() {
     local curcontext="${curcontext}"
     local mode state ret=1
     local -a args
-    local -x tmuxcommand
+    local tmuxcommand
     local tmux_describe=
 
     args=(
@@ -1665,7 +1665,7 @@ function _tmux() {
 # description generation follows; only done on 1st _tmux call.
 local f desc
 local -A rev
-local -x tmux_describe
+local tmux_describe
 tmux_describe='yes, please'
 for f in ${(k)_tmux_aliasmap} ; do
     rev+=( ${_tmux_aliasmap[$f]} $f )