diff options
| author | Gly <[email protected]> | 2022-12-27 01:19:18 +0100 |
|---|---|---|
| committer | Gly <[email protected]> | 2022-12-27 01:19:18 +0100 |
| commit | 6bead5589f0bd7f29990bb64e83053e6a34827af (patch) | |
| tree | 950fc9360131f5d4b145415e125a803029435dd1 | |
| parent | 12eb32a0901d297e17d0363f3f64334ea039ffe3 (diff) | |
rename quick_search complete => completion
| -rw-r--r-- | xmake/modules/private/xrepo/action/install.lua | 2 | ||||
| -rw-r--r-- | xmake/modules/private/xrepo/quick_search/completion.lua (renamed from xmake/modules/private/xrepo/quick_search/complete.lua) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/xrepo/action/install.lua b/xmake/modules/private/xrepo/action/install.lua index abef10ada..6eddea12e 100644 --- a/xmake/modules/private/xrepo/action/install.lua +++ b/xmake/modules/private/xrepo/action/install.lua @@ -80,7 +80,7 @@ function menu_options() " - xrepo install -p android [--ndk=/xxx] -m debug \"pcre2 10.x\"", " - xrepo install -p mingw [--mingw=/xxx] -k shared zlib", " - xrepo install conan::zlib/1.2.11 vcpkg::zlib", - values = function (complete, opt) return import("private.xrepo.quick_search.complete")(complete, opt) end} + values = function (complete, opt) return import("private.xrepo.quick_search.completion")(complete, opt) end} } -- show menu options diff --git a/xmake/modules/private/xrepo/quick_search/complete.lua b/xmake/modules/private/xrepo/quick_search/completion.lua index e6d117b88..e6d117b88 100644 --- a/xmake/modules/private/xrepo/quick_search/complete.lua +++ b/xmake/modules/private/xrepo/quick_search/completion.lua |
