mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:58:00 +01:00
Fix listing output visual bug.
This commit is contained in:
@@ -1130,7 +1130,6 @@ function Completion() //{{{
|
||||
{ template.completionRow(context.title, "CompTitle") }
|
||||
{ template.map(context.items, function (item) context.createRow(item), null, 100) }
|
||||
</div>);
|
||||
commandline.clear();
|
||||
commandline.echo(list, commandline.HL_NORMAL, commandline.FORCE_MULTILINE);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user