summary refs log tree commit diff
path: root/src/bltin/printf.1
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2009-06-27 21:00:39 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2009-06-27 21:00:39 +0800
commit0d7d66039b614b642c775432fd64aa8c11f9a64d (patch)
tree2b6b9b1e63aa6ffc0c65f3a359c7e22672b223e3 /src/bltin/printf.1
parent[REDIR] Fix incorrect savefd conversions (diff)
downloaddash-0d7d66039b614b642c775432fd64aa8c11f9a64d.tar.gz
dash-0d7d66039b614b642c775432fd64aa8c11f9a64d.zip
[EXPAND] Fix quoted pattern patch breakage
The change
    
   [EXPAND] Do not quote back slashes in parameter expansions outside quotes

broke quote removal after parameter expansion.  This is because
its effecte extended beyond that of quoted patterns.

This patch fixes this by limiting the change to just quoted
patterns.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/bltin/printf.1')
0 files changed, 0 insertions, 0 deletions
/tr> This doesn't yet work in Terminal.app: <https://github.com/neovim/neovim/issues/9598>. 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