commit | 362b44bd4aa87a2aef0f8fd5a28d68dd09a7d909 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 21:47:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 21:47:00 2020 +0200 |
tree | b3fa3018fe6a580e84e61b69c13d35aa2c193c59 | |
parent | be5ee8686a50acf07b823bd293f9c765e533d213 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0ed018c..b30e557 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 953, +/**/ 952, /**/ 951,