1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 11:47:58 +01:00

merge refactored key event handlers

This commit is contained in:
Doug Kearns
2007-09-19 12:25:45 +00:00
parent 3baf614b11
commit ba33ed5b13
2 changed files with 113 additions and 92 deletions

View File

@@ -202,7 +202,8 @@ const vimperator = (function() //{{{
input: {
buffer: "", // partial command storage
pendingMap: null, // pending map storage
pendingMotionMap: null, // e.g. "d{motion}" if we wait for a motion of the "d" command
pendingArgMap: null, // pending map storage for commands like m{a-z}
count: -1 // parsed count from the input buffer
},