mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
fix: Turn buffer completions back on again
I forgot we still used this old system!
This commit is contained in:
parent
3b5d1f64ca
commit
de1cc83584
1 changed files with 3 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue