Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 3, 2024
1 parent 9aa8e02 commit b7a78dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/spellwarn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Passany of the following options to `require("spellwarn").setup()`
},
ft_default = true, -- whether to enable or disable for all filetypes by default
max_file_size = nil, -- maximum file size to check in lines (nil for no limit)
severity = { -- severity for each spelling error type (false to disable diagnostics for that type)
severity = { -- severity for each spelling error type (false to disable)
spellbad = "WARN",
spellcap = "HINT",
spelllocal = "HINT",
Expand Down

0 comments on commit b7a78dd

Please sign in to comment.