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.
2 parents 77a997a + 8ba7f2b commit 9074940Copy full SHA for 9074940
vim/vim.ts
@@ -4,7 +4,7 @@ import { autocmd, AutocmdHelper } from "./autocmd.ts";
4
import { VariableHelper } from "./variable.ts";
5
6
export class Vim {
7
- static instance?: Vim;
+ private static instance?: Vim;
8
9
#denops: Denops;
10
0 commit comments