Fixed unused variable.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 4 Jun 2014 22:22:15 +0000 (00:22 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 4 Jun 2014 22:22:15 +0000 (00:22 +0200)
src/ex.c

index e435f09..17d73bf 100644 (file)
--- 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