neovim

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

commit 1f038bc592282ca60982b288b4c4bc48fcb37839
parent a973fa5b4397933e94d888d06e435a986fc4a218
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Mon,  4 Apr 2022 08:30:55 +0800

test(old): fix test_spell.vim encoding

Diffstat:
Msrc/nvim/testdir/test_spell.vim | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/nvim/testdir/test_spell.vim b/src/nvim/testdir/test_spell.vim @@ -407,7 +407,7 @@ func Test_zz_basic() \ ) call assert_equal("gebletegek", soundfold('goobledygoook')) - call assert_equal("kepereneven", 'kóopërÿnôven'->soundfold()) + call assert_equal("kepereneven", 'kóopërÿnôven'->soundfold()) call assert_equal("everles gesvets etele", soundfold('oeverloos gezwets edale')) endfunc @@ -588,7 +588,7 @@ func Test_zz_sal_and_addition() mkspell! Xtest Xtest set spl=Xtest.latin1.spl spell call assert_equal('kbltykk', soundfold('goobledygoook')) - call assert_equal('kprnfn', soundfold('kóopërÿnôven')) + call assert_equal('kprnfn', soundfold('kóopërÿnôven')) call assert_equal('*fls kswts tl', soundfold('oeverloos gezwets edale')) "also use an addition file