We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eb62d commit 4d7127aCopy full SHA for 4d7127a
denops_std/helper/expr_string.ts
@@ -27,7 +27,7 @@ type Jsonable = {
27
// deno-lint-ignore no-explicit-any
28
type TemplateSubstitutions = any[];
29
30
-const cacheKey = "denops_std/helper/exprStr@1";
+const cacheKey = "denops_std/helper/expr_string@1";
31
32
async function ensurePrerequisites(denops: Denops): Promise<string> {
33
if (is.String(denops.context[cacheKey])) {
0 commit comments