Add :bdeletes command

This commit is contained in:
Shin'ya Ueoka 2018-05-10 21:56:49 +09:00
parent b0dddc9fa7
commit c4fb6f0131
3 changed files with 12 additions and 1 deletions

View file

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