Skip to content

Commit 9074940

Browse files
authored
Merge pull request #12 from vim-denops/refactoring
Refactoring
2 parents 77a997a + 8ba7f2b commit 9074940

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)