projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce718c5
)
Fixed unused variable.
author
Daniel Carl
<danielcarl@gmx.de>
Wed, 4 Jun 2014 22:22:15 +0000
(
00:22
+0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Wed, 4 Jun 2014 22:22:15 +0000
(
00:22
+0200)
src/ex.c
patch
|
blob
|
history
diff --git
a/src/ex.c
b/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