diff options
| author | gly <[email protected]> | 2022-12-27 16:36:22 +0100 |
|---|---|---|
| committer | gly <[email protected]> | 2022-12-27 16:36:22 +0100 |
| commit | e86e21923838c70920c529dac36409814902bb68 (patch) | |
| tree | 7b266ee6d5f536fd09e2846f62cdf01edf7450b7 | |
| parent | b1d694ca3cd1230d7845b3a7aad06c40b0c3c453 (diff) | |
add comment
| -rw-r--r-- | xmake/modules/private/xrepo/quick_search/completion.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/private/xrepo/quick_search/completion.lua b/xmake/modules/private/xrepo/quick_search/completion.lua index 813028e30..8b8b802bb 100644 --- a/xmake/modules/private/xrepo/quick_search/completion.lua +++ b/xmake/modules/private/xrepo/quick_search/completion.lua @@ -20,6 +20,7 @@ import("private.xrepo.quick_search.cache") +-- complete xrepo packages function _xmake_package_complete(complete, opt) local candidates = {} local found = cache.find(complete) |
