Complete open histories and bookmarks
This commit is contained in:
parent
890d93fe77
commit
fc5e6b2b41
3 changed files with 120 additions and 3 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue