commit | 34804f2709a16dca45dc072fb53d03f79db61e51 | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon Apr 13 16:19:37 2020 +0000 |
committer | nicm <nicm> | Mon Apr 13 16:19:37 2020 +0000 |
tree | f48af448b3e6ed6b91207a828b7603e0f407ef48 | |
parent | 3f86d6d46014ca55e42cecd570d7f269b1d386b3 [diff] |
When parsing strings, put all commands in one group even if there are newlines. This means that for example bind q { a \n b } and bind q "a ; b" are the same. Also log commands in different groups separated by ;; rather than ; (a command list like this should never be user visible).