From 749570aba8306df2b86eee29143fa900b3f55d99 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 5 Nov 2010 01:17:57 +1100 Subject: [PATCH] Fix count handling of t_p. --HG-- extra : rebase_source : bcbb1c42915c0a328e754e55eeb3c7ca6cfc5194 --- common/content/editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/content/editor.js b/common/content/editor.js index ca3dfb20..2074ab64 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -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],