diff options
| author | Frank Terbeck <ft@bewatermyfriend.org> | 2016-11-06 23:34:12 +0100 |
|---|---|---|
| committer | Frank Terbeck <ft@bewatermyfriend.org> | 2016-11-07 00:04:07 +0100 |
| commit | 06bd2b1c85007009c21bba223773c7630febd3ad (patch) | |
| tree | 00bb533feaccd3d4a0b50fc0d9e8391648420687 /Completion/Unix/Command | |
| parent | 39848: _tmux: Update options to latest tmux (diff) | |
| download | zsh-06bd2b1c85007009c21bba223773c7630febd3ad.tar zsh-06bd2b1c85007009c21bba223773c7630febd3ad.tar.gz zsh-06bd2b1c85007009c21bba223773c7630febd3ad.tar.bz2 zsh-06bd2b1c85007009c21bba223773c7630febd3ad.tar.lz zsh-06bd2b1c85007009c21bba223773c7630febd3ad.tar.xz zsh-06bd2b1c85007009c21bba223773c7630febd3ad.tar.zst 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')
| -rw-r--r-- | Completion/Unix/Command/_tmux | 2 |
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' |
