You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just confused why "currmax" is considered wrong even though both "curr" and "max" are OK.
I'm aware that set "allowCompoundWords" to true is a source of many reported issues here, but for me it is the intended behavior, except sometimes it fails. This is my most recent example.
Steps to Reproduce
Create test file as above
Set "allowCompoundWords" to true
Run cspell check <testfilename>
Expected Behavior
All words in the text above should pass spell check.
Additional Information
No response
cspell.json
{"allowCompoundWords": true}
cspell.config.yaml
No response
Example Repository
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Kind of Issue
Runtime - command-line tools
Tool or Library
cspell
Version
8.17.1
Supporting Library
Not sure / None
OS
All of them
OS Version
Newest macOS and Linux
Description
My config is
The test file is
The spell check result is
I'm just confused why "currmax" is considered wrong even though both "curr" and "max" are OK.
I'm aware that set "allowCompoundWords" to true is a source of many reported issues here, but for me it is the intended behavior, except sometimes it fails. This is my most recent example.
Steps to Reproduce
cspell check <testfilename>
Expected Behavior
All words in the text above should pass spell check.
Additional Information
No response
cspell.json
cspell.config.yaml
No response
Example Repository
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: