From 4ad21893fa8ccd4447d78a0a4f9999162d8704cf Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Thu, 25 Sep 2025 11:40:17 -0500 Subject: VimFX: Remove unneeded function --- common/.vimfx/config.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/.vimfx') 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 -- cgit v1.2.3