Skip to content

Commit 47079c9

Browse files
committed
don't need those extra nils I guess?
1 parent 581abcb commit 47079c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ vim.api.nvim_create_autocmd("TermOpen", {
605605
})
606606
607607
return true
608-
`, nil, nil)
608+
`, nil)
609609

610610
if err := batch.Execute(); err != nil {
611611
return err

0 commit comments

Comments
 (0)