aboutsummaryrefslogtreecommitdiff
path: root/src/background/shared/completions
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-05-10 22:04:42 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-05-12 09:10:18 +0900
commit9b3d12eb31483898dd3ae527a31dd6602f79e718 (patch)
tree56081cba405162fdf37d54be8889be1485ff1a93 /src/background/shared/completions
parentc4fb6f01319ca2d0cb71da2f3ed41de1ff35130c (diff)
Add bdeletes! comand
Diffstat (limited to 'src/background/shared/completions')
-rw-r--r--src/background/shared/completions/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/background/shared/completions/index.js b/src/background/shared/completions/index.js
index 43af23d..77394bc 100644
--- a/src/background/shared/completions/index.js
+++ b/src/background/shared/completions/index.js
@@ -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 {