From f376e67a536010d8e0250fb96b28f66ddcf7168a Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Fri, 11 Jun 2021 22:20:28 -0400 Subject: vim-patch:8.2.0038: spell suggestions insufficiently tested Problem: Spell suggestions insufficiently tested. Solution: Add spell suggestion tests. (Dominique Pelle, closes vim/vim#5398) https://github.com/vim/vim/commit/e9a8d1f9adaf4599b5a7923f8db8e207ed6e7eca Requires latest en.utf-8.spl from https://ftp.nluug.nl/pub/vim/runtime/spell/. Include the following patch because patch v8.2.0946 was merged: vim-patch:8.2.0948: spell test fails Problem: Spell test fails. Solution: Adjust expected text of the prompt. https://github.com/vim/vim/commit/d281b7c227bc4c78813fdc297ccee4b2cad7e605 --- runtime/spell/en.utf-8.spl | Bin 609337 -> 621617 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'runtime') diff --git a/runtime/spell/en.utf-8.spl b/runtime/spell/en.utf-8.spl index 83b9b8f7c2..e4b1e1cce7 100644 Binary files a/runtime/spell/en.utf-8.spl and b/runtime/spell/en.utf-8.spl differ -- cgit