Skip to content

Commit ee1d339

Browse files
committed
fix: Add local function 🐛
1 parent ac6b507 commit ee1d339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/panvimdoc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ local function renderNotes()
176176
return table.concat(t, "\n") .. "\n"
177177
end
178178

179-
function renderFooter()
179+
local function renderFooter()
180180
return [[Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
181181
182182
vim:tw=78:ts=8:noet:ft=help:norl:]]

0 commit comments

Comments
 (0)