mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-12 04:52:53 +01:00
4 lines
150 B
Text
4 lines
150 B
Text
|
<! for _, v in ipairs(opt.mzteinit_entries) do !>
|
||
|
<% v.key %> <% v.label %>: <% table.concat(v.cmd, ",") %><! if v.quit then !> :Q<! end !>
|
||
|
<! end !>
|