mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 13:14:12 +01:00
fix missing [count] functionality in normal mode commands
This commit is contained in:
@@ -935,7 +935,7 @@ function Vimperator()
|
||||
g_count = -1;
|
||||
|
||||
// FIXME: allow null (= no operation) mappings. No longer applicable? -- djk
|
||||
map.execute();
|
||||
map.execute(g_count);
|
||||
|
||||
// command executed, reset input buffer
|
||||
g_inputbuffer = "";
|
||||
|
||||
Reference in New Issue
Block a user