Patch 8.2.4437
Problem: Vartabs test fails on MS-Windows.
Solution: Use iso8859-1 'encoding'. (Ken Takata, closes #9818)
Files: src/testdir/test_vartabs.vim
*** ../vim-8.2.4436/src/testdir/test_vartabs.vim 2022-02-21
19:36:08.143004133 +0000
--- src/testdir/test_vartabs.vim 2022-02-22 11:00:24.600019759 +0000
***************
*** 445,454 ****
func Test_vartabstop_latin1()
let save_encoding = &encoding
new
! set encoding=iso8859
! silent norm :se
set vartabstop=400
! norm i00
bwipe!
let &encoding = save_encoding
endfunc
--- 445,454 ----
func Test_vartabstop_latin1()
let save_encoding = &encoding
new
! set encoding=iso8859-1
! silent exe "norm :se \<C-A>\<C-C>"
set vartabstop=400
! exe "norm i00\t\<C-D>"
bwipe!
let &encoding = save_encoding
endfunc
*** ../vim-8.2.4436/src/version.c 2022-02-21 19:36:08.143004133 +0000
--- src/version.c 2022-02-22 11:04:03.282713813 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4437,
/**/
--
>From "know your smileys":
:q vi user saying, "How do I get out of this damn emacs editor?"
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220222110534.780781C14CA%40moolenaar.net.