summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/.vimfx/config.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/.vimfx/config.js b/common/.vimfx/config.js
index a29f03a..8968a8d 100644
--- a/common/.vimfx/config.js
+++ b/common/.vimfx/config.js
@@ -72,10 +72,6 @@ function execOnCurrent({vim}, ...execArgs) {
exec(...execArgs.map(arg => arg.replace("%u", vim.browser.currentURI.spec)))
}
-function setBarText(args, text) {
- vimfx.modes.normal.commands.focus_location_bar.run(args)
- args.vim.window.gURLBar.value = text
-}
// * Commands
function toggleImages(args) {
let val = Preferences.get("permissions.default.image") == 1 ? 2 : 1