Spell checker in markdown table concats cells #903
Labels
1-bug 🐛
Issue type: Bug report (something isn't working as expected)
2-unconfirmed
Issue status: Bug that needs to be reproduced (all new bugs have this label)
Describe the bug
When using a markdown table the spell checker considers the last word of the last cell in a row adjacent to the first word of the first cell in the next row and reports a wrong spelling error.
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
No error should be reported
Sample document
LTeX configuration
"LTeX Language Server" log file
"LTeX Language Client" log file
Version information
List here the version information of the relevant software.
Additional context/information
Judging from the log output and tested it also applies when the 2 words really are separated by any kind of whitespace. In the following example it highlights both the
transfer\nsbatch
andtransfer srun
but not any word in the last line (after adding sbatch/srun to local dictionary)So additionally to the table related bug there seems to be an issue when the 2nd word starts with an s for certain 1st words, like "transfer" or "run".
The text was updated successfully, but these errors were encountered: