]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4921: spell test fails because of new illegal byte check v8.2.4921
authorBram Moolenaar <Bram@vim.org>
Sun, 8 May 2022 21:43:51 +0000 (22:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 May 2022 21:43:51 +0000 (22:43 +0100)
Problem:    Spell test fails because of new illegal byte check.
Solution:   Remove the test.

src/testdir/test_spell.vim
src/version.c

index 94a072eb8cc908fb46c464fb1b20550d09e31539..12f76efff8583a26b1c53e3af6b8bbc04a50c2af 100644 (file)
@@ -877,14 +877,6 @@ func Test_spell_screendump()
   call delete('XtestSpell')
 endfunc
 
-func Test_spell_single_word()
-  new
-  silent! norm 0R00
-  spell! ßÂ
-  silent 0norm 0r$ Dvz=
-  bwipe!
-endfunc
-
 let g:test_data_aff1 = [
       \"SET ISO8859-1",
       \"TRY esianrtolcdugmphbyfvkwjkqxz-\xEB\xE9\xE8\xEA\xEF\xEE\xE4\xE0\xE2\xF6\xFC\xFB'ESIANRTOLCDUGMPHBYFVKWJKQXZ",
index fe6255520b7286b84db087fdb135c64ee19835d1..3183e9655679694f7268b5b54eb3bbfbd64c8f77 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4921,
 /**/
     4920,
 /**/