From a65a6d62d19136e20ce6e6ec72d676a334dcc914 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 25 May 2019 16:51:10 +0000 Subject: Add <, >, <=, >= for formats, GitHub issue 1747. --- tmux.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 4c86ac95..5e1a223e 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3946,9 +3946,13 @@ For example: .Pp Comparisons may be expressed by prefixing two comma-separated alternatives by -.Ql == +.Ql == , +.Ql != , +.Ql < , +.Ql > , +.Ql <= or -.Ql != +.Ql >= and a colon. For example .Ql #{==:#{host},myhost} -- cgit