comparison src/testdir/test_spell_utf8.vim @ 29107:6b0e4f2ba8ff v8.2.5074

patch 8.2.5074: spell test fails on MS-Windows Commit: https://github.com/vim/vim/commit/ad73cc2ff2a8b5397ed20598757b702a4e686256 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 10 00:02:10 2022 +0100 patch 8.2.5074: spell test fails on MS-Windows Problem: Spell test fails on MS-Windows. Solution: Do not change 'encoding'
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Jun 2022 01:15:03 +0200
parents fd9006d6ddcf
children dd76820a4d60
comparison
equal deleted inserted replaced
29106:6d92e90279e6 29107:6b0e4f2ba8ff
809 norm z= 809 norm z=
810 norm yy 810 norm yy
811 sil! norm P]svc 811 sil! norm P]svc
812 norm P]s 812 norm P]s
813 813
814 " set 'encoding' to clear the wordt list 814 " TODO: should we clear the word list?
815 set enc=latin1
816 set enc=utf-8
817 bwipe! 815 bwipe!
818 endfunc 816 endfunc
819 817
820 818
821 " vim: shiftwidth=2 sts=2 expandtab 819 " vim: shiftwidth=2 sts=2 expandtab