]> git.gir.st - VimFx.git/commit
fix 'H', 'L', 't', 'T', 'r', 'R', 's', 'gh' in mozilla126
authorgirst <girst@users.noreply.github.com>
Sun, 7 Apr 2024 17:57:55 +0000 (19:57 +0200)
committergirst <girst@users.noreply.github.com>
Sat, 13 Apr 2024 09:53:29 +0000 (11:53 +0200)
commit2d21dc91b2bde362ca656e685e8fda18df8db7b8
tree03a1d0ec2a84154b217d1b965c664e58fd20b1e2
parent5ee967e07b4d9ef8753a6c0d47b88e0f737fd971
fix 'H', 'L', 't', 'T', 'r', 'R', 's', 'gh' in mozilla126

these were moved to a utility class and converted from plain functions
to class methods. because BrowserCommands.reload*() calls
this.reloadWithFlags(...), we can't use (a or b)() as that clobbers the
scope of `this`. that could be worked around like so, but that's horrid:

  (vim.window.BrowserCommands?.reload.bind(vim.window.BrowserCommands) or vim.window.BrowserReload)()

regressed-by: https://bugzilla.mozilla.org/show_bug.cgi?id=1880914
extension/lib/commands.coffee
Imprint / Impressum