From 6b474d0237a1ec9b5b027e5d1fb738be38a57347 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 4 Jul 2022 09:53:58 +0800 Subject: [PATCH] vim-patch:8.2.5074: spell test fails on MS-Windows Problem: Spell test fails on MS-Windows. Solution: Do not change 'encoding' https://github.com/vim/vim/commit/ad73cc2ff2a8b5397ed20598757b702a4e686256 --- src/nvim/testdir/test_spell_utf8.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/nvim/testdir/test_spell_utf8.vim b/src/nvim/testdir/test_spell_utf8.vim index 7ee001c090..2fd176557d 100644 --- a/src/nvim/testdir/test_spell_utf8.vim +++ b/src/nvim/testdir/test_spell_utf8.vim @@ -817,9 +817,7 @@ func Test_check_empty_line() sil! norm P]svc norm P]s - " set 'encoding' to clear the wordt list - set enc=latin1 - set enc=utf-8 + " TODO: should we clear the word list? bwipe! endfunc