diff --git a/src/commands/CmdIDs.cpp b/src/commands/CmdIDs.cpp index ac863fe14..f1a919186 100644 --- a/src/commands/CmdIDs.cpp +++ b/src/commands/CmdIDs.cpp @@ -293,7 +293,7 @@ CmdZshCompletionUuids::CmdZshCompletionUuids () _read_only = true; _displays_id = false; _needs_gc = true; - _uses_context = true; + _uses_context = false; _accepts_filter = true; _accepts_modifications = false; _accepts_miscellaneous = false;