To: vim_dev@googlegroups.com Subject: Patch 8.2.0948 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0948 Problem: Spell test fails. Solution: Adjust expected text of the prompt. Files: src/testdir/test_spell.vim *** ../vim-8.2.0947/src/testdir/test_spell.vim 2020-06-10 15:32:04.455653633 +0200 --- src/testdir/test_spell.vim 2020-06-10 16:38:16.343810026 +0200 *************** *** 252,258 **** \ .. "Change \"baord\" to:\n" \ .. " 1 \"board\"\n" \ .. " 2 \"bard\"\n" ! \ .. "Type number and or click with mouse (empty cancels): ", a) set spell spellsuggest=0 call assert_equal("\nSorry, no suggestions", execute('norm $z=')) --- 252,258 ---- \ .. "Change \"baord\" to:\n" \ .. " 1 \"board\"\n" \ .. " 2 \"bard\"\n" ! \ .. "Type number and or click with the mouse (q or empty cancels): ", a) set spell spellsuggest=0 call assert_equal("\nSorry, no suggestions", execute('norm $z=')) *************** *** 290,296 **** \ .. " 1 \"BARD\"\n" \ .. " 2 \"BOARD\"\n" \ .. " 3 \"BROAD\"\n" ! \ .. "Type number and or click with mouse (empty cancels): ", a) " With verbose, z= should show the score i.e. word length with " our SpellSuggest() function. --- 290,296 ---- \ .. " 1 \"BARD\"\n" \ .. " 2 \"BOARD\"\n" \ .. " 3 \"BROAD\"\n" ! \ .. "Type number and or click with the mouse (q or empty cancels): ", a) " With verbose, z= should show the score i.e. word length with " our SpellSuggest() function. *************** *** 302,308 **** \ .. " 1 \"BARD\" (4 - 0)\n" \ .. " 2 \"BOARD\" (5 - 0)\n" \ .. " 3 \"BROAD\" (5 - 0)\n" ! \ .. "Type number and or click with mouse (empty cancels): ", a) set spell& spellsuggest& verbose& bwipe! --- 302,308 ---- \ .. " 1 \"BARD\" (4 - 0)\n" \ .. " 2 \"BOARD\" (5 - 0)\n" \ .. " 3 \"BROAD\" (5 - 0)\n" ! \ .. "Type number and or click with the mouse (q or empty cancels): ", a) set spell& spellsuggest& verbose& bwipe! *** ../vim-8.2.0947/src/version.c 2020-06-10 15:55:33.355088114 +0200 --- src/version.c 2020-06-10 16:39:02.779681856 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 948, /**/ -- [clop clop] GUARD #1: Halt! Who goes there? ARTHUR: It is I, Arthur, son of Uther Pendragon, from the castle of Camelot. King of the Britons, defeator of the Saxons, sovereign of all England! GUARD #1: Pull the other one! The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///