about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2015-09-21 14:41:40 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2015-09-21 14:56:50 +0200
commitd4a640775f8e6aad3a32a2ebcf4d049d728a9e8b (patch)
treeadeb8a1bc53871d4b4d5de63941a1ffb4ef848ae
parent9b35a04f98300469ad33b44849920c4c3cb2d986 (diff)
downloadzsh-d4a640775f8e6aad3a32a2ebcf4d049d728a9e8b.tar.gz
zsh-d4a640775f8e6aad3a32a2ebcf4d049d728a9e8b.tar.xz
zsh-d4a640775f8e6aad3a32a2ebcf4d049d728a9e8b.zip
36575: _tmux: ‘lock-server’ option is gone in tmux.git
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_tmux2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b6755caac..29d45e721 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-21  Frank Terbeck  <ft@bewatermyfriend.org>
+
+	* 36575: Completion/Unix/Command/_tmux: _tmux: ‘lock-server’
+	option is gone in tmux.git
+
 2015-09-21  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 36574: Completion/Unix/Command/_lldb: new completion for
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 49c2b63ed..3d4734bcd 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1270,7 +1270,6 @@ function __tmux-option-guard() {
             'history-limit:'${int_guard}
             'lock-after-time:'${int_guard}
             'lock-command:MSG:command string'
-            'lock-server:DESC:on off'
             'message-command-style:__tmux-style'
             'message-style:__tmux-style'
             'mouse:DESC:on off'
@@ -1394,7 +1393,6 @@ function __tmux-session-options() {
         'history-limit:number of copy-mode lines per window'
         'lock-after-time:lock sessions after N seconds'
         'lock-command:command to run for locking a client'
-        'lock-server:make lock-after-time lock the server instead of sessions'
         'message-command-style:status line message command style'
         'message-style:status line message style'
         'mouse:enable mouse support'