mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:48:00 +01:00
More completion stuff. Add proper :bmarks completion
This commit is contained in:
@@ -266,9 +266,9 @@ function Completion() //{{{
|
||||
|
||||
completion.filterMap = [null, function (v) template.highlight(v, true)];
|
||||
|
||||
if (cacheFilter.js === cacheKey)
|
||||
return cacheResults.js;
|
||||
cacheFilter.js = cacheKey;
|
||||
//if (cacheFilter.js === cacheKey)
|
||||
// return cacheResults.js;
|
||||
//cacheFilter.js = cacheKey;
|
||||
|
||||
// Can't use the cache. Build a member list.
|
||||
compl = [];
|
||||
|
||||
Reference in New Issue
Block a user