commit | 502e91756e99181d5fe668fad2e868dc7f3f4fea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 16:18:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 27 16:18:33 2022 +0000 |
tree | 76e1f0e8194b753152d4c5ad045896a73d9e3498 | |
parent | 8b336a6614463fb9ce72db24d00c5aef4f22697e [diff] |
patch 9.0.0960: error when using the "Spelling / Find More Languages" menu Problem: Error when using the "Tools / Spelling / Find More Languages" menu. Solution: Remove "<SID>". Reset "g:menutrans_set_lang_to" when 'encoding' changes. (closes #11625)
diff --git a/src/version.c b/src/version.c index cd6f0b6..a9a0c72 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 960, +/**/ 959, /**/ 958,