neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 6b474d0237a1ec9b5b027e5d1fb738be38a57347
parent a4215a0a21d1812e1d198c0546942302f7ad4126
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon,  4 Jul 2022 09:53:58 +0800

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

Diffstat:
Msrc/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 @@ -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