diff --git a/src/unset.ts b/src/unset.ts index cdf5e2653a29..01d747291d46 100644 --- a/src/unset.ts +++ b/src/unset.ts @@ -13,6 +13,7 @@ const environmentVariableGenerator: Fig.Generator = { })), }; +// unset autocompletion spec const completionSpec: Fig.Spec = { name: "unset", description: "Named variable/function shall be undefined",