zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH 1/2] _tmux: ‘lock-server’ option is gone in tmux.git
@ 2015-09-21 12:41 Frank Terbeck
  2015-09-21 12:41 ` [PATCH 2/2] _tmux: Fix tmux homepage URI Frank Terbeck
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Terbeck @ 2015-09-21 12:41 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Unix/Command/_tmux | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 49c2b63..3d4734b 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'
-- 
2.1.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 2/2] _tmux: Fix tmux homepage URI
  2015-09-21 12:41 [PATCH 1/2] _tmux: ‘lock-server’ option is gone in tmux.git Frank Terbeck
@ 2015-09-21 12:41 ` Frank Terbeck
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Terbeck @ 2015-09-21 12:41 UTC (permalink / raw)
  To: zsh-workers

---
 Completion/Unix/Command/_tmux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 3d4734b..6f2cac7 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1,6 +1,6 @@
 #compdef tmux
 
-# tmux <http://tmux.sf.net> completion for zsh <http://zsh.sf.net>.
+# tmux <http://tmux.github.io> completion for zsh <http://zsh.sf.net>.
 #
 # Configuration:
 #
-- 
2.1.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-21 12:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-21 12:41 [PATCH 1/2] _tmux: ‘lock-server’ option is gone in tmux.git Frank Terbeck
2015-09-21 12:41 ` [PATCH 2/2] _tmux: Fix tmux homepage URI Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).