1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 14:02:28 +01:00

Fix count handling of t_p.

--HG--
extra : rebase_source : bcbb1c42915c0a328e754e55eeb3c7ca6cfc5194
This commit is contained in:
Doug Kearns
2010-11-05 01:17:57 +11:00
parent 58502396a6
commit 749570aba8

View File

@@ -703,7 +703,8 @@ const Editor = Module("editor", {
while (count--) while (count--)
editor.executeCommand("cmd_paste"); editor.executeCommand("cmd_paste");
modes.pop(modes.TEXT_EDIT); modes.pop(modes.TEXT_EDIT);
}); },
{ count: true });
// finding characters // finding characters
mappings.add([modes.TEXT_EDIT, modes.VISUAL], mappings.add([modes.TEXT_EDIT, modes.VISUAL],