mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 18:38:48 +00:00
Add a bit to {}.
This commit is contained in:
parent
5e9757b30b
commit
7bb8ab1c0e
4
CHANGES
4
CHANGES
@ -12,7 +12,9 @@ CHANGES FROM 2.9 to 3.0
|
|||||||
take other commands as string arguments to be expressed more clearly and
|
take other commands as string arguments to be expressed more clearly and
|
||||||
without additional escaping.
|
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.
|
* New <, >, <= and >= comparison operators for formats.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user