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

@ -89,6 +89,7 @@ const getCompletions = (line, settings) => {
case 'b':
case 'buffer':
case 'bdeletes':
case 'bdeletes!':
return tabs.getCompletions(keywords).then((gotTabs) => {
let items = gotTabs.map((tab) => {
return {