Skip to content

Commit

Permalink
multi-hints: change prompt (add action description) #13
Browse files Browse the repository at this point in the history
  • Loading branch information
caisui committed Apr 30, 2016
1 parent bce7c44 commit ffd8682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/multi-hints.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ xml`<plugin name="multi-hints" version="0.0.2"
commandline.close();
}
commandline.setTimeout(function () {
commandline.input(`[${selector}]:`, function (arg){
commandline.input(`${cmd.desc}[${util.clip(selector, 16)}]`, function (arg){
let args = [];
let list = hints._pageHints;
let matcher = new MulitHintMatcher(arg);
Expand Down

0 comments on commit ffd8682

Please sign in to comment.