mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:08:37 +01:00
Fix count handling of t_p.
--HG-- extra : rebase_source : bcbb1c42915c0a328e754e55eeb3c7ca6cfc5194
This commit is contained in:
@@ -703,7 +703,8 @@ const Editor = Module("editor", {
|
||||
while (count--)
|
||||
editor.executeCommand("cmd_paste");
|
||||
modes.pop(modes.TEXT_EDIT);
|
||||
});
|
||||
},
|
||||
{ count: true });
|
||||
|
||||
// finding characters
|
||||
mappings.add([modes.TEXT_EDIT, modes.VISUAL],
|
||||
|
||||
Reference in New Issue
Block a user