1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 12:07:59 +01:00

Closes issue #469.

This commit is contained in:
Kris Maglione
2011-06-12 11:52:31 -04:00
parent d8618133ab
commit a8fcabeaa4

View File

@@ -671,7 +671,7 @@ var Editor = Module("editor", {
["<Space>", "<Return>"], "Expand insert mode abbreviation",
function () {
editor.expandAbbreviation(modes.INSERT);
return Events.PASS;
return Events.PASS_THROUGH;
});
mappings.add([modes.INSERT],