mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-21 23:11:17 -03:00
Remove a very stale comment
This commit is contained in:
@@ -873,8 +873,7 @@ pub fn acquire_needs_load(&mut self) -> Vec<WString> {
|
||||
}
|
||||
|
||||
/// 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;
|
||||
|
||||
Reference in New Issue
Block a user