mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 00:27:57 +01:00
added -- MESSAGE -- mode handling to muttator. This will be the only muttator-specific mode added to the VIM core.
This commit is contained in:
@@ -164,7 +164,8 @@ const vimperator = (function () //{{{
|
||||
document.commandDispatcher.focusedElement.blur();
|
||||
|
||||
var elem = vimperator.config.mainWidget || content;
|
||||
elem.focus();
|
||||
if (elem != document.commandDispatcher.focusedElement)
|
||||
elem.focus();
|
||||
},
|
||||
|
||||
// partial sixth level expression evaluation
|
||||
|
||||
Reference in New Issue
Block a user