about summary refs log tree commit diff
path: root/Completion/Unix/Command/_tmux
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2016-11-06 23:34:12 +0100
committerFrank Terbeck <ft@bewatermyfriend.org>2016-11-07 00:04:07 +0100
commit06bd2b1c85007009c21bba223773c7630febd3ad (patch)
tree00bb533feaccd3d4a0b50fc0d9e8391648420687 /Completion/Unix/Command/_tmux
parentc2649189cb278c2c57226b6e054fda6514167188 (diff)
downloadzsh-06bd2b1c85007009c21bba223773c7630febd3ad.tar.gz
zsh-06bd2b1c85007009c21bba223773c7630febd3ad.tar.xz
zsh-06bd2b1c85007009c21bba223773c7630febd3ad.zip
39849: _tmux: Remove set-remain-on exit
This was removed recently, since it was superseded by hooks.
Diffstat (limited to 'Completion/Unix/Command/_tmux')
-rw-r--r--Completion/Unix/Command/_tmux2
1 files changed, 0 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index b7a72ad77..bcbf9365e 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1048,7 +1048,6 @@ function __tmux-option-guard() {
             'prefix2:MSG:secondary prefix key'
             'renumber-windows:DESC:on off'
             'repeat-time:'${int_guard}
-            'set-remain-on-exit:DESC:on off'
             'set-titles:DESC:on off'
             'set-titles-string:MSG:title format string'
             'status:DESC:on off'
@@ -1171,7 +1170,6 @@ function __tmux-session-options() {
         'prefix2:secondary prefix key'
         'renumber-windows:renumber windows if a window is closed'
         'repeat-time:time for multiple commands without prefix-key presses'
-        'set-remain-on-exit:set remain-on-exit window option'
         'set-titles:try to set xterm window titles'
         'set-titles-string:format used by set-titles'
         'status:show or hide the status bar'