summaryrefslogtreecommitdiff
path: root/src/completion.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/completion.c')
-rw-r--r--src/completion.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/completion.c b/src/completion.c
index 663fb07..1f8aa14 100644
--- a/src/completion.c
+++ b/src/completion.c
@@ -94,6 +94,8 @@ gboolean completion_complete(gboolean back)
res = command_fill_completion(store, command);
} else if (type == VB_INPUT_SEARCH_FORWARD || type == VB_INPUT_SEARCH_BACKWARD) {
res = history_fill_completion(store, HISTORY_SEARCH, suffix);
+ } else if (type == VB_INPUT_BOOKMARK_ADD) {
+ res = bookmark_fill_tag_completion(store, suffix);
}
if (!res) {