fix: Turn buffer completions back on again

I forgot we still used this old system!
This commit is contained in:
Colin Caine 2017-11-19 08:26:01 +00:00
parent 3b5d1f64ca
commit de1cc83584

View file

@ -537,10 +537,12 @@ export async function clipboard(excmd: "open"|"yank"|"tabopen" = "open", ...toYa
//#background_helper
const DEFAULT_FAVICON = browser.extension.getURL("static/defaultFavicon.svg")
/** Deprecated */
/** Soon to be deprecated way of showing buffer completions */
//#background
export async function openbuffer() {
fillcmdline("buffer")
messageActiveTab("commandline_frame", "changecompletions", [await l(listTabs())])
showcmdline()
}
/** Change active tab */