mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
vim-patch:8.2.5074: spell test fails on MS-Windows
Problem: Spell test fails on MS-Windows.
Solution: Do not change 'encoding'
ad73cc2ff2
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user