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 23953f8 commit 5759940Copy full SHA for 5759940
denops_std/buffer/decoration.ts
@@ -5,7 +5,7 @@ import * as nvimFn from "../function/nvim/mod.ts";
5
import * as itertools from "https://deno.land/x/itertools@v1.1.0/mod.ts";
6
import { unreachable } from "https://deno.land/x/unreachable@v0.1.0/mod.ts";
7
8
-const cacheKey = Symbol("denops_std/buffer/decoration/vimDecorate/rs");
+const cacheKey = "denops_std/buffer/decoration/vimDecorate/rs@1";
9
10
export interface Decoration {
11
// Line number
0 commit comments