Skip to content

Commit 5759940

Browse files
committed
🐛 Share prop type names across multiple versions
Fixes #190
1 parent 23953f8 commit 5759940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops_std/buffer/decoration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as nvimFn from "../function/nvim/mod.ts";
55
import * as itertools from "https://deno.land/x/itertools@v1.1.0/mod.ts";
66
import { unreachable } from "https://deno.land/x/unreachable@v0.1.0/mod.ts";
77

8-
const cacheKey = Symbol("denops_std/buffer/decoration/vimDecorate/rs");
8+
const cacheKey = "denops_std/buffer/decoration/vimDecorate/rs@1";
99

1010
export interface Decoration {
1111
// Line number

0 commit comments

Comments
 (0)