1
0
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:
Doug Kearns
2007-06-03 16:12:55 +00:00
parent 4a24289ab9
commit 5a552ed098
2 changed files with 3 additions and 3 deletions

View File

@@ -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 = "";