CmdIDs: _zshuuids no longer obeys context

This commit is contained in:
Paul Beckingham
2015-10-30 00:51:37 -04:00
parent 4d9ac995fe
commit 112621ef13

View File

@@ -293,7 +293,7 @@ CmdZshCompletionUuids::CmdZshCompletionUuids ()
_read_only = true; _read_only = true;
_displays_id = false; _displays_id = false;
_needs_gc = true; _needs_gc = true;
_uses_context = true; _uses_context = false;
_accepts_filter = true; _accepts_filter = true;
_accepts_modifications = false; _accepts_modifications = false;
_accepts_miscellaneous = false; _accepts_miscellaneous = false;