No description
Find a file
Sergey Poznyakoff c01a4a61e8 Optionally disable splitting of unexpandable variable and command refs
* include/wordsplit.h (WRDSO_NOVARSPLIT)
(WRDSO_NOCMDSPLIT): New options.
* src/wordsplit.c (scan_word): Treat any variable reference, even
containing whitespace, as a single word if WRDSO_NOVARSPLIT is set.
Ditto for commands and WRDSO_NOCMDSPLIT.
* tests/wordsplit.at: Add new tests.
* tests/wsp.c: Recognize novarsplit and nocmdsplit
options.
For future use: recognize bskeep_words, bskeep_quote, bskeep.
2019-05-13 15:20:24 +03:00
doc Update docs 2018-11-15 10:14:33 +02:00
include Optionally disable splitting of unexpandable variable and command refs 2019-05-13 15:20:24 +03:00
src Optionally disable splitting of unexpandable variable and command refs 2019-05-13 15:20:24 +03:00
tests Optionally disable splitting of unexpandable variable and command refs 2019-05-13 15:20:24 +03:00