Skip to content

Commit 9234d5d

Browse files
committed
chore(build): auto-generate vimdoc
1 parent 3c79603 commit 9234d5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ function astrocore.rooter.realpath(path?: string)
841841

842842

843843
```lua
844-
function astrocore.rooter.resolve(spec: string|fun(bufnr: integer):string|string[]|string[], config?: AstroCoreRooterOpts)
844+
function astrocore.rooter.resolve(spec: string|fun(bufnr: integer):string|string[]|nil|string[], config?: AstroCoreRooterOpts)
845845
-> function
846846
```
847847

doc/astrocore.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*astrocore.txt* For Neovim >= 0.9.0 Last change: 2025 April 23
1+
*astrocore.txt* For Neovim >= 0.9.0 Last change: 2025 April 28
22

33
==============================================================================
44
Table of Contents *astrocore-table-of-contents*
@@ -1122,7 +1122,7 @@ _return_ `the` — resolved path
11221122
RESOLVE ~
11231123

11241124
>lua
1125-
function astrocore.rooter.resolve(spec: string|fun(bufnr: integer):string|string[]|string[], config?: AstroCoreRooterOpts)
1125+
function astrocore.rooter.resolve(spec: string|fun(bufnr: integer):string|string[]|nil|string[], config?: AstroCoreRooterOpts)
11261126
-> function
11271127
<
11281128

0 commit comments

Comments
 (0)