diff options
Diffstat (limited to 'src/background/shared/completions')
-rw-r--r-- | src/background/shared/completions/index.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/background/shared/completions/index.js b/src/background/shared/completions/index.js index 77394bc..21c3dd2 100644 --- a/src/background/shared/completions/index.js +++ b/src/background/shared/completions/index.js @@ -88,6 +88,12 @@ const getCompletions = (line, settings) => { return getOpenCompletions(name, keywords, settings.search); case 'b': case 'buffer': + case 'bd': + case 'bdel': + case 'bdelete': + case 'bd!': + case 'bdel!': + case 'bdelete!': case 'bdeletes': case 'bdeletes!': return tabs.getCompletions(keywords).then((gotTabs) => { |