Previously, if you selected a hint by typing a number, then selected
another using hints-next, the number would not be cleared from the
prompt, despite no longer indicating the selection.

This was missed during a refactor in commit 8a07097 (minibuffer:
better support for input methods, 2008-04-10).
---
 modules/hints.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/hints.js b/modules/hints.js
index 989f94f..f35b05f 100644
--- a/modules/hints.js
+++ b/modules/hints.js
@@ -654,7 +654,7 @@ function hints_next (window, s, count) {
             cur += vl;
         s.manager.select_hint(cur + 1);
     }
-    s.update_minibuffer(window);
+    s.update_minibuffer(window.minibuffer);
 }
 interactive("hints-next", null,
     function (I) {
-- 
1.7.9

_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to