mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 03:24:12 +01:00
break up buffer.scrollAbsolute and buffer.scrollRelative into smaller, more
specific, methods
This commit is contained in:
@@ -439,7 +439,7 @@ function Events() //{{{
|
||||
{
|
||||
if (map.always_active || vimperator.hints.currentState() == 1)
|
||||
{
|
||||
map.execute();
|
||||
map.execute(null, vimperator.input.count);
|
||||
if (map.cancel_mode) // stop processing this event
|
||||
{
|
||||
vimperator.hints.disableHahMode();
|
||||
|
||||
Reference in New Issue
Block a user