Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/385 I tested this out manually - works nicely. I don't really like the spaces between line number and `>`: ```text gremlin> 1 + 001 > 1 + 002 > 1 + 003 > 1 ==>4 ``` wonder if anyone else feels the same. i tried filling them with other things for fun to see if anything looked better: ```text gremlin> 1 + 001>>>>> 1 + 002>>>>> 1 + 003>>>>> 1 ==>4 gremlin> 1 + 001----> 1 + 002----> 1 + 003----> 1 ==>4 gremlin> 1 + 001====> 1 + 002====> 1 + 003====> 1 ==>4 gremlin> 1 + ....001> 1 + ....002> 1 + ....003> 1 ==>4 ``` Anyone feel the same? Otherwise: VOTE +1 from me. Note that this PR could use a CHANGELOG entry and upgrade docs in the users section as i think it's a nice feature to announce. If @robertdale has time to amend this PR with that change, that would be cool, if not, whoever merges should tack that in.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---