Complete open histories and bookmarks

This commit is contained in:
Shin'ya Ueoka 2018-07-21 11:17:51 +09:00
parent 890d93fe77
commit fc5e6b2b41
3 changed files with 120 additions and 3 deletions

View file

@ -21,7 +21,7 @@ export default class ContentMessageController {
case 'tabopen':
case 'w':
case 'winopen':
return this.completionsInteractor.queryOpen(name);
return this.completionsInteractor.queryOpen(name, keywords);
case 'b':
case 'buffer':
return this.completionsInteractor.queryBuffer(name, keywords);