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

Improve description of #{.

This commit is contained in:
Nicholas Marriott 2019-06-14 10:33:55 +01:00
parent e337c1ba7d
commit f31847db62

View File

@ -15,9 +15,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).