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.
instance
1 parent 77a997a commit 8ba7f2bCopy full SHA for 8ba7f2b
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