tr: allow parsing macro arguments as a request
commit883272e1c24f8410b7c78e3671cc5b2603635fbe
authorAli Gholami Rudi <ali@rudi.ir>
Fri, 27 Apr 2018 18:44:22 +0000 (27 23:14 +0430)
committerAli Gholami Rudi <ali@rudi.ir>
Fri, 27 Apr 2018 18:44:22 +0000 (27 23:14 +0430)
tree8ef6ac340380695922e26f3adf547e64fd1f9f4d
parente6e6b5d4881caa47502e8daa881a120d322091b7
tr: allow parsing macro arguments as a request

For instance, after the following command, the argument of mac is
parsed just as .ds request.

  .de mac . ds
  . tm \\$1: \\$2
  ..
tr.c