chipsenkbeil / chipsenkbeil/vimdoc2html
Support using MISSING as raw text
Open
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
As described here, seems like it's a common error and the default is to use plain text.
```lua
local function ignore_parse_error(s)
return (
-- Ignore parse errors for unclosed tag.
-- This is common in vimdocs and is treated as plaintext by :help.
s:find("^[`'|*]")
)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.