projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
991acdd
)
Fixed none cleared inputbox after hinting.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 6 Aug 2013 14:38:11 +0000
(16:38 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 6 Aug 2013 14:38:11 +0000
(16:38 +0200)
src/hints.c
patch
|
blob
|
history
diff --git
a/src/hints.c
b/src/hints.c
index
ebf8ac8
..
c9d61e2
100644
(file)
--- a/
src/hints.c
+++ b/
src/hints.c
@@
-147,7
+147,7
@@
static void run_script(char *js)
vb.gui.webview, "hovering-over-link", NULL, *(value + 5) == '\0' ? NULL : (value + 5)
);
} else if (!strncmp(value, "DONE:", 5)) {
- vb_set_mode(VB_MODE_NORMAL,
fals
e);
+ vb_set_mode(VB_MODE_NORMAL,
tru
e);
} else if (!strncmp(value, "INSERT:", 7)) {
vb_set_mode(VB_MODE_INSERT, false);
if (HINTS_GET_TYPE(mode) == HINTS_TYPE_EDITABLE) {