1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 15:52:29 +01:00

Improve :bmarks completer. Fix shaky completion display code.

This commit is contained in:
Kris Maglione
2008-11-25 04:18:40 +00:00
parent f4e094b97a
commit f536871f87
4 changed files with 51 additions and 39 deletions

View File

@@ -89,7 +89,6 @@ const util = { //{{{
/* minInterval is the time between the completion of the command and the next firing. */
this.doneAt = Date.now() + minInterval;
liberator.dump({notify: "notify"});
try
{
callback(this.arg);