1
0
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:
Doug Kearns
2007-08-14 15:32:55 +00:00
parent 9f79ec4d71
commit ca3ce21fdc
4 changed files with 148 additions and 121 deletions

View File

@@ -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();