mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 21:55:45 +01:00
Fix an autocmd message key typo.
This commit is contained in:
@@ -237,7 +237,7 @@ var AutoCommands = Module("autocommands", {
|
|||||||
function (args) {
|
function (args) {
|
||||||
// Vim compatible
|
// Vim compatible
|
||||||
if (args.length == 0)
|
if (args.length == 0)
|
||||||
return void dactyl.echomsg(_("msg.noMatchingAutocmd"));
|
return void dactyl.echomsg(_("autocmd.noMatching"));
|
||||||
|
|
||||||
let [event, url] = args;
|
let [event, url] = args;
|
||||||
let defaultURL = url || buffer.uri.spec;
|
let defaultURL = url || buffer.uri.spec;
|
||||||
|
|||||||
Reference in New Issue
Block a user