projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ca33a2
)
Removed unneeded result overwriting.
author
Daniel Carl
<danielcarl@gmx.de>
Thu, 11 Dec 2014 21:34:22 +0000
(22:34 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Thu, 11 Dec 2014 21:34:22 +0000
(22:34 +0100)
src/ex.c
patch
|
blob
|
history
diff --git
a/src/ex.c
b/src/ex.c
index
e207c13
..
b701715
100644
(file)
--- a/
src/ex.c
+++ b/
src/ex.c
@@
-484,7
+484,6
@@
VbCmdResult ex_run_string(const char *input)
while (in && *in) {
if (!parse(&in, arg) || !(res = execute(arg))) {
- res = VB_CMD_ERROR | VB_CMD_KEEPINPUT;
break;
}
}