diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:40:17 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 11:40:17 -0500 |
commit | 4ad21893fa8ccd4447d78a0a4f9999162d8704cf (patch) | |
tree | 8d6b0331a58b74d4855427e69c4c8a1eea10ebe0 /common/.vimfx/config.js | |
parent | 31426bbb81e6626fb867e53c28200f6b113e9019 (diff) | |
download | dotfiles-4ad21893fa8ccd4447d78a0a4f9999162d8704cf.tar.gz dotfiles-4ad21893fa8ccd4447d78a0a4f9999162d8704cf.zip |
VimFX: Remove unneeded function
Diffstat (limited to 'common/.vimfx/config.js')
-rw-r--r-- | common/.vimfx/config.js | 4 |
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 |