Skip to content

Commit 033973f

Browse files
committed
Set default name
1 parent 7261bd8 commit 033973f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

denops/ddt/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function defaultContext(): Context {
4545
export function defaultDdtOptions(): DdtOptions {
4646
return {
4747
debug: false,
48-
name: "",
48+
name: "default",
4949
nvimServer: "",
5050
ui: "",
5151
uiOptions: {},

0 commit comments

Comments
 (0)