mirror of
https://github.com/tmux/tmux.git
synced 2025-04-18 10:18:47 +00:00
Add a bit to {}.
This commit is contained in:
parent
f31847db62
commit
ebc9dcb3bb
4
CHANGES
4
CHANGES
@ -5,7 +5,9 @@ CHANGES FROM 2.9 to 3.0
|
||||
take other commands as string arguments to be expressed more clearly and
|
||||
without additional escaping.
|
||||
|
||||
A literal { and } must now be escaped or quoted, for example '{' and '}'.
|
||||
A literal { and } or a string containing { or } must now be escaped or
|
||||
quoted, for example '{' and '}' instead of { or }, or 'X#{foo}' instead of
|
||||
X#{foo}.
|
||||
|
||||
* New <, >, <= and >= comparison operators for formats.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user