summary refs log tree commit diff
path: root/src/exec.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-09-24 21:59:39 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-09-24 22:01:26 +0800
commitcfc3d6a1b401c16f6bb65460ad675154fe622a14 (patch)
treecef2d0b43e911cb91d81bd95cb47bbdb22ec0cdc /src/exec.c
parent[PARSER] Remove superfluous arinest test in CENDQUOTE (diff)
downloaddash-cfc3d6a1b401c16f6bb65460ad675154fe622a14.tar.gz
dash-cfc3d6a1b401c16f6bb65460ad675154fe622a14.zip
[PARSER] Remove superfluous arinest test for dqvarnest
dqvarnest is only used to determine whether CENDQUOTE should terminate the
double-quote syntax.  Since CENDQUOTE can never occur while arinest is set,
we don't need to take arinest into account for dqvarnest.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
8>. 2019-02-10Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe