Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: b3782d2dc8f872c43fcf53b9436c4e881d3f1e2d
https://github.com/tmux/tmux/commit/b3782d2dc8f872c43fcf53b9436c4e881d3f1e2d
Author: nicm <nicm>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M arguments.c
M cmd-parse.y
M cmd.c
M tmux.1
Log Message:
-----------
Instead of using a custom parse function to process {}, treat it as a
set of statements and parse with yacc, then convert back to a string as
the last step. This means the rules are consistent inside and outside
{}, %if and friends work at the right time, and the final result isn't
littered with unnecessary newlines.
Commit: d3c5202f50c28586a5a4e97b77332b57b798335b
https://github.com/tmux/tmux/commit/d3c5202f50c28586a5a4e97b77332b57b798335b
Author: nicm <nicm>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M cmd-parse.y
Log Message:
-----------
Allow strings to span multiple lines - newlines and any leading
whitespace are removed, as well as any following comments that couldn't
be part of a format. This allows long formats or other strings to be
annotated and indented.
Commit: b0a60258979faeb9e35863eb1bb2deab269d168b
https://github.com/tmux/tmux/commit/b0a60258979faeb9e35863eb1bb2deab269d168b
Author: Thomas Adam <[email protected]>
Date: 2020-06-04 (Thu, 04 Jun 2020)
Changed paths:
M arguments.c
M cmd-parse.y
M cmd.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/f837dcdd5870...b0a60258979f
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/f837dc-b0a602%40github.com.