fix(docs): vimdoc syntax errors

gen_help_html: truncate parse-error sample text
This commit is contained in:
Justin M. Keyes
2023-06-24 13:47:10 +02:00
parent 3688735c2b
commit 036da0d079
49 changed files with 1510 additions and 1646 deletions

View File

@@ -359,7 +359,7 @@ function ListIter.totable(self)
return self._table
end
--- Fold an iterator or table into a single value.
--- Fold ("reduce") an iterator or table into a single value.
---
--- Examples:
--- <pre>lua