diff options
Diffstat (limited to 'src/rb3str.c')
-rw-r--r-- | src/rb3str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rb3str.c b/src/rb3str.c index e43b6ba..276b624 100644 --- a/src/rb3str.c +++ b/src/rb3str.c @@ -143,7 +143,7 @@ teco_rb3str_auto_complete(teco_rb3str_tree_t *tree, gboolean case_sensitive, cur->key.data, cur->key.len, FALSE); } - teco_interface_popup_show(); + teco_interface_popup_show(str_len); } return prefixed_entries == 1; |