summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-06-05 00:22:15 +0200
committerDaniel Carl <danielcarl@gmx.de>2014-06-05 00:22:15 +0200
commit62c038f0f79a2b25fdec503b688b27a63116c857 (patch)
treed1f56a058850cd2f1489522125119aed2c5f2ac3 /src
parentce718c55c61ffea9e1c97f5a34fae2868ba35bcd (diff)
Fixed unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/ex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex.c b/src/ex.c
index e435f09..17d73bf 100644
--- a/src/ex.c
+++ b/src/ex.c
@@ -663,7 +663,7 @@ static gboolean parse_rhs(const char **input, ExArg *arg)
/* get char until the end of command */
while (**input && **input != '\n' && **input != '|') {
/* check for expansion placeholder */
- util_parse_expansion(input, arg->rhs, flags, "|~$%\\");
+ util_parse_expansion(input, arg->rhs, flags, quoteable);
if (VB_IS_SEPARATOR(**input)) {
/* add tilde expansion for next loop needs to be first char or to