mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
complete.cpp: correct a comment
[ci skip]
This commit is contained in:
parent
d3f8445bcb
commit
70f51937d9
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ static void complete_load(const wcstring &name) {
|
|||
// It's important to NOT hold the lock around completion loading.
|
||||
// We need to take the lock to decide what to load, drop it to perform the load, then reacquire
|
||||
// it.
|
||||
// Note we only look at the global fish_function_path and fish_completion_path.
|
||||
// Note we only look at the global fish_function_path and fish_complete_path.
|
||||
maybe_t<wcstring> path_to_load =
|
||||
completion_autoloader.acquire()->resolve_command(name, env_stack_t::globals());
|
||||
if (path_to_load) {
|
||||
|
|
Loading…
Reference in a new issue