mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
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:
@@ -787,6 +787,7 @@ enum {
|
||||
, BV_SPC
|
||||
, BV_SPF
|
||||
, BV_SPL
|
||||
, BV_SPO
|
||||
, BV_STS
|
||||
, BV_SUA
|
||||
, BV_SW
|
||||
|
Reference in New Issue
Block a user