Skip to content

Commit 81905a6

Browse files
committed
chore(build): auto-generate vimdoc
1 parent 89ee358 commit 81905a6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/api.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,15 @@ function astroui.status.heirline.make_tablist(...any)
638638

639639
Alias to require("heirline.utils").make_tablist
640640

641+
### refresh_colors
642+
643+
644+
```lua
645+
function astroui.status.heirline.refresh_colors()
646+
```
647+
648+
Refresh heirline colors
649+
641650
### tab_type
642651

643652

doc/astroui.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,15 @@ MAKE_TABLIST ~
849849
Alias to require("heirline.utils").make_tablist
850850

851851

852+
REFRESH_COLORS ~
853+
854+
>lua
855+
function astroui.status.heirline.refresh_colors()
856+
<
857+
858+
Refresh heirline colors
859+
860+
852861
TAB_TYPE ~
853862

854863
>lua

0 commit comments

Comments
 (0)