Open alecthegeek opened 2 weeks ago
macOS
Home brew
Vale 3.8.0
When a word is prefixed with a quote (" or ') it is ignored for spell checking. for example (using a Posix shell)
vale \\\"Helloxxxx
Does not return a spelling error
vale \"Helloxxxx returns 1:2 error Did you really mean 'Helloxxx'? Vale.Spelling
vale \"Helloxxxx
1:2 error Did you really mean 'Helloxxx'? Vale.Spelling
If this is working as intended then we should update the docs.
(when I say "we" I mean me)
Check for existing issues
Environment
macOS
Home brew
Vale 3.8.0
Describe the bug / provide steps to reproduce it
When a word is prefixed with a quote (" or ') it is ignored for spell checking. for example (using a Posix shell)
Does not return a spelling error
vale \"Helloxxxx
returns1:2 error Did you really mean 'Helloxxx'? Vale.Spelling
If this is working as intended then we should update the docs.
(when I say "we" I mean me)