commit | 283f4eae354d09575560734c459eee37c2bff13d | [log] [tgz] |
---|---|---|
author | Bill Wendling <[email protected]> | Mon May 23 16:19:15 2016 -0700 |
committer | Bill Wendling <[email protected]> | Mon May 23 16:19:15 2016 -0700 |
tree | 834fe489704948c175938f3837cc9df8437a0384 | |
parent | a6988c3539354ae63bca452f3f9a0282b7f74e8a [diff] |
Allow splitting before single argument A function call with a single argument can be split before that argument. This prevents splitting in bad places, like before the ending brackets of a list or something. Closes #257