1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-18 02:08:48 +00:00

Merge branch '3.0-rc'

This commit is contained in:
Nicholas Marriott 2019-05-29 12:13:55 +01:00
commit ffcc60211d

View File

@ -9,7 +9,7 @@ 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 '{' as '}'.
A literal { and } must now be escaped or quoted, for example '{' and '}'.
* New <, >, <= and >= comparison operators for formats.