summary refs log tree commit diff
path: root/src/miscbltin.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-09-24 21:53:49 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-09-24 22:01:26 +0800
commit1a7484507d3195e3d349a4506dd7f908024df7e5 (patch)
tree6d13ff70d393e79123a5b85aa1fb15f4c50e17c2 /src/miscbltin.c
parent[EXPAND] Perform tilde expansion in all parameter expansion words (diff)
downloaddash-1a7484507d3195e3d349a4506dd7f908024df7e5.tar.gz
dash-1a7484507d3195e3d349a4506dd7f908024df7e5.zip
[PARSER] Remove superfluous arinest test in CENDQUOTE
If arinest is set then the syntax must be ARISYNTAX.  As such CENDQUOTE can
never occur while arinest is set so we don't need to test for it.
Diffstat (limited to 'src/miscbltin.c')
0 files changed, 0 insertions, 0 deletions
>Only make windows hotterJune McEnroe 2020-02-10Always increase unreadLinesJune McEnroe 2020-02-10Move scroll marker on resizeJune McEnroe 2020-02-10Update line count for words longer than linesJune McEnroe 2020-02-10Simplify mark, heat, unread trackingJune McEnroe 2020-02-10Update prompt when own nick changesJune McEnroe 2020-02-10Match URLs surrounded by parenthesesJune McEnroe 2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe 2020-02-09Add M-lJune McEnroe 2020-02-09Add /whoisJune McEnroe 2020-02-09Add /msgJune McEnroe