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 <Enter> 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 <Enter> 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 <Enter> 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 <Enter> 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 <Enter> 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 <Enter> 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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202006101440.05AEe0Bf874082%40masaka.moolenaar.net.