From 04780b235b359daeb780ebf2ea15ae23006f598f Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 4 May 2023 12:49:50 +1000 Subject: Add support for recursive expansions with %exp{...} %exp{...} just expands its content the same way double quoted strings do, but using a named expansion type makes it possible to use the more quoting mechanism to avoid quoting hell. --- src/command_manager.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command_manager.hh') diff --git a/src/command_manager.hh b/src/command_manager.hh index 503e1977..8804b5b2 100644 --- a/src/command_manager.hh +++ b/src/command_manager.hh @@ -45,7 +45,7 @@ struct Token { Raw, RawQuoted, - RawEval, + Expand, ShellExpand, RegisterExpand, OptionExpand, -- cgit v1.2.3