Disable spell check in code and math inline/blocks.

For nested syntaxes the default spell behavior will still be used e.g.
spelling in comments will still be checked.
This commit is contained in:
Rane Brown
2019-05-23 21:47:14 -06:00
parent 68233c51eb
commit 42a1f08ffa
2 changed files with 6 additions and 5 deletions

View File

@ -3517,6 +3517,7 @@ Removed:~
point.
Fixed:~
* Disable spell check in code and math inline/blocks.
* Properly handle markdown image links `![]()`
* Issue #415: Expand iabbrev entries on <CR>.
* Issue #619: allow escaped characters in markdown links.