Add bdeletes! comand

This commit is contained in:
Shin'ya Ueoka 2018-05-10 22:04:42 +09:00
parent c4fb6f0131
commit 9b3d12eb31
3 changed files with 12 additions and 1 deletions

View file

@ -86,6 +86,8 @@ const exec = (tab, line, settings) => {
return bufferCommand(args);
case 'bdeletes':
return tabs.closeTabsByKeywords(args.join(' '));
case 'bdeletes!':
return tabs.closeTabsByKeywordsForce(args.join(' '));
case 'addbookmark':
return addBookmarkCommand(tab, args).then((item) => {
if (!item) {