Skip to content

Commit 74602ca

Browse files
committed
docs: update vim docs
1 parent 127c228 commit 74602ca

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

doc/neotest.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,12 +685,14 @@ See also ~
685685
|neotest.Config.summary.mappings| for all mappings in the summary window
686686

687687
*neotest.summary.open()*
688-
`open`()
688+
`open`({opts})
689689

690690
Open the summary window
691691
>vim
692692
lua require("neotest").summary.open()
693693
<
694+
Parameters~
695+
{opts} `(neotest.WindowOpenOpts?)`
694696

695697
*neotest.summary.close()*
696698
`close`()
@@ -701,13 +703,15 @@ Close the summary window
701703
<
702704

703705
*neotest.summary.toggle()*
704-
`toggle`()
706+
`toggle`({open_opts})
705707

706708
the summary window
707709

708710
>vim
709711
lua require("neotest").summary.toggle()
710712
<
713+
Parameters~
714+
{open_opts} `(neotest.WindowOpenOpts?)`
711715

712716
*neotest.summmary.RunMarkedArgs*
713717
Inherits: `neotest.run.RunArgs`

0 commit comments

Comments
 (0)