From 51beb316020a0b732343e24b0bcff1a8562f83c7 Mon Sep 17 00:00:00 2001 From: Paul Berg Date: Mon, 9 Oct 2023 09:24:29 +0200 Subject: [PATCH] Update FuzzyCompletions.jl --- src/FuzzyCompletions.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FuzzyCompletions.jl b/src/FuzzyCompletions.jl index 18cc15d..3154c14 100644 --- a/src/FuzzyCompletions.jl +++ b/src/FuzzyCompletions.jl @@ -272,7 +272,7 @@ end const GENERIC_PROPERTYNAMES_METHOD = which(propertynames, (Any,)) function field_completion_eligible(@nospecialize t) - @static if VERSION < v"1.7" + @static if VERSION < v"1.10.0-DEV.0" return true else if isa(t, Union)