]> granicus.if.org Git - vim/commit
patch 8.2.0953: spell checking doesn't work for CamelCased words v8.2.0953
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 19:47:00 +0000 (21:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 19:47:00 +0000 (21:47 +0200)
commit362b44bd4aa87a2aef0f8fd5a28d68dd09a7d909
treeb3fa3018fe6a580e84e61b69c13d35aa2c193c59
parentbe5ee8686a50acf07b823bd293f9c765e533d213
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 #1235)
runtime/doc/options.txt
runtime/doc/spell.txt
src/buffer.c
src/option.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/testdir/gen_opt_test.vim
src/testdir/test_spell.vim
src/version.c