-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[multi-hints.js] not work on firefox46 #13
Comments
Thank you for reporting. I fix it. // I use Firefox ESR... |
Thanks for the soon fix.Now it wokrs great. |
add to action description to prompt. diff --git a/plugin/multi-hints.js b/plugin/multi-hints.js
index 96391ae..0ac2763 100755
--- a/plugin/multi-hints.js
+++ b/plugin/multi-hints.js
@@ -241,7 +241,7 @@ xml`<plugin name="multi-hints" version="0.0.2"
commandline.close();
}
commandline.setTimeout(function () {
- commandline.input(`${cmd.desc}[${util.clip(selector, 16)}]`, function (arg){
+ commandline.input(`${cmd.desc}`, function (arg){
let args = [];
let list = hints._pageHints;
let matcher = new MulitHintMatcher(arg); |
I apply the patch and that's what i want. |
Just upgrade to firefox 46 and vimperator 3.13 and found multi-hints.js can't work.
This plugin is very useful,can you fix it?Thanks for your reply.
The text was updated successfully, but these errors were encountered: