projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb741c9
)
Don't run input change on stepping through completion.
author
Daniel Carl
<danielcarl@gmx.de>
Mon, 24 Apr 2017 11:15:15 +0000
(13:15 +0200)
committer
Daniel Carl
<danielcarl@gmx.de>
Mon, 24 Apr 2017 11:15:15 +0000
(13:15 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
9059a82
..
dddb0f7
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-819,12
+819,10
@@
static void on_textbuffer_changed(GtkTextBuffer *textbuffer, gpointer user_data)
g_assert(c);
-#if 0
/* don't observe changes in completion mode */
if (c->mode->flags & FLAG_COMPLETION) {
return;
}
-#endif
/* don't process changes not typed by the user */
if (gtk_widget_is_focus(c->input) && c->mode && c->mode->input_changed) {