summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-09-21 10:03:38 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-09-21 10:03:38 +0100
commit9c77a5b9f05f91d745705b2739c83519674fe92d (patch)
tree849e65eb0bc44e05dcab2a5dd8969659c428e38a
parentb2482535d0665390c75df62a959e3bed39724de0 (diff)
Remove duplicate.
-rw-r--r--CHANGES8
1 files changed, 3 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 4e1d167e..d1dbb6ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,8 +2,9 @@ CHANGES FROM 3.2a TO 3.3
* Change so that {} is converted to tmux commands immediately when parsed. This
means it must contain valid tmux commands. For commands which expand %% and
- %%%, this now only happens within string arguments. Use of aliases inside {}
- is now forbidden. Processing of commands given in quotes remains the same.
+ %%%, this now only happens within string arguments. Use of nested aliases
+ inside {} is now forbidden. Processing of commands given in quotes remains
+ the same.
* Disable evports on SunOS since they are broken.
@@ -65,9 +66,6 @@ CHANGES FROM 3.2a TO 3.3
new -b flags runs them in the background as before. Also set return code for
confirm-before.
-* Parse {} as actual commands immediately, this means the contents of {} has to
- be valid tmux commands as well as matching the syntax.
-
* Change cursor style handling so tmux understands which sequences contain
blinking and sets the flag appropriately, means that it works whether cnorm
disables blinking or not. This now matches xterm's behaviour.