summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-06-14 10:34:05 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-06-14 10:34:05 +0100
commit4bbf941436765201825c8d675f45b0cb70eb19d3 (patch)
tree14149c5f7e088e7675627088a6579d77cb659b51 /CHANGES
parentd5902eeae9da610b2652ffda9a66e560d179f1b8 (diff)
parentf31847db624806b2d4e4647238bc3b37b737b84f (diff)
Merge branch '3.0-rc'
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 200e68c8..abd91a80 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,9 +22,9 @@ CHANGES FROM 2.9 to 3.0
configuration files shouldn't need to be changed but there are the following
differences:
- 1) Formats now need to be quoted, so a bare #{...} becomes "#{...}". This
- includes #{ which may previously have looked like a comment (for example at
- the start of a line).
+ 1) #{ is now parsed as a format and is only valid after directives (%if,
+ %elif, %else), so comments starting with #{ are now syntax errors (adding
+ 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
works on older tmux versions).