Merge branch '3.0-rc'

pull/1798/head
Nicholas Marriott 2019-06-14 10:34:05 +01:00
commit 4bbf941436
1 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ CHANGES FROM 2.9 to 3.0
configuration files shouldn't need to be changed but there are the following configuration files shouldn't need to be changed but there are the following
differences: differences:
1) Formats now need to be quoted, so a bare #{...} becomes "#{...}". This 1) #{ is now parsed as a format and is only valid after directives (%if,
includes #{ which may previously have looked like a comment (for example at %elif, %else), so comments starting with #{ are now syntax errors (adding
the start of a line). an extra # or a space after the # is an easy way to fix this).
2) A \ on its own must be escaped or quoted as either \\ or '\' (the latter 2) A \ on its own must be escaped or quoted as either \\ or '\' (the latter
works on older tmux versions). works on older tmux versions).