From ca45bfc35963b8f62002e8591c8c83043267abea Mon Sep 17 00:00:00 2001 From: Peter Ammon Date: Sat, 20 Jun 2026 12:49:25 -0700 Subject: [PATCH] Remove a very stale comment --- src/complete.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/complete.rs b/src/complete.rs index 52844cd05..580c0b017 100644 --- a/src/complete.rs +++ b/src/complete.rs @@ -873,8 +873,7 @@ pub fn acquire_needs_load(&mut self) -> Vec { } /// Test if the specified script returns zero. The result is cached, so that if multiple completions - /// use the same condition, it needs only be evaluated once. condition_cache_clear must be called - /// after a completion run to make sure that there are no stale completions. + /// use the same condition, it needs only be evaluated once. fn condition_test(&mut self, condition: &wstr) -> bool { if condition.is_empty() { return true;