Skip to content

Commit 9bdfc62

Browse files
committed
chore(build): auto-generate vimdoc
1 parent 5e26ac1 commit 9bdfc62

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ mode:
443443

444444
```lua
445445
function astrocore.buffer.close(bufnr?: integer, force?: boolean)
446+
-> boolean|unknown
446447
```
447448

448449
Close a given buffer
@@ -653,6 +654,7 @@ function astrocore.buffer.sort(compare_func: string|function, skip_autocmd: bool
653654

654655
```lua
655656
function astrocore.buffer.wipe(bufnr?: integer, force?: boolean)
657+
-> boolean|unknown
656658
```
657659

658660
Fully wipeout a given buffer

doc/astrocore.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*astrocore.txt* For Neovim >= 0.9.0 Last change: 2025 February 13
1+
*astrocore.txt* For Neovim >= 0.9.0 Last change: 2025 February 14
22

33
==============================================================================
44
Table of Contents *astrocore-table-of-contents*
@@ -701,6 +701,7 @@ CLOSE ~
701701

702702
>lua
703703
function astrocore.buffer.close(bufnr?: integer, force?: boolean)
704+
-> boolean|unknown
704705
<
705706

706707
Close a given buffer
@@ -922,6 +923,7 @@ WIPE ~
922923

923924
>lua
924925
function astrocore.buffer.wipe(bufnr?: integer, force?: boolean)
926+
-> boolean|unknown
925927
<
926928

927929
Fully wipeout a given buffer

0 commit comments

Comments
 (0)