vim-patch:8.2.0953: spell checking doesn't work for CamelCased words

Problem:    Spell checking doesn't work for CamelCased words.
Solution:   Add the "camel" value in the new option 'spelloptions'.
            (closes vim/vim#1235)
362b44bd4a
This commit is contained in:
Thomas Vigouroux
2020-09-21 15:38:57 +02:00
parent 4f8d98e583
commit a08959bc7a
7 changed files with 36 additions and 0 deletions

View File

@@ -787,6 +787,7 @@ enum {
, BV_SPC
, BV_SPF
, BV_SPL
, BV_SPO
, BV_STS
, BV_SUA
, BV_SW