Skip to content

Commit 8ba7f2b

Browse files
committed
Do NOT export instance static attribute
1 parent 77a997a commit 8ba7f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vim/vim.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { autocmd, AutocmdHelper } from "./autocmd.ts";
44
import { VariableHelper } from "./variable.ts";
55

66
export class Vim {
7-
static instance?: Vim;
7+
private static instance?: Vim;
88

99
#denops: Denops;
1010

0 commit comments

Comments
 (0)