Patch 8.2.4452
Problem: Test for what 8.2.4436 fixes does not check for regression.
Solution: Set several options. (Ken Takata, closes #9830)
Files: src/testdir/test_vartabs.vim
*** ../vim-8.2.4451/src/testdir/test_vartabs.vim 2022-02-22
11:04:46.522452300 +0000
--- src/testdir/test_vartabs.vim 2022-02-23 10:44:29.123424188 +0000
***************
*** 446,456 ****
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
--- 446,457 ----
let save_encoding = &encoding
new
set encoding=iso8859-1
! set compatible linebreak list revins smarttab
set vartabstop=400
exe "norm i00\t\<C-D>"
bwipe!
let &encoding = save_encoding
+ set nocompatible linebreak& list& revins& smarttab& vartabstop&
endfunc
*** ../vim-8.2.4451/src/version.c 2022-02-22 22:53:06.872652538 +0000
--- src/version.c 2022-02-23 10:52:11.146198982 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4452,
/**/
--
>From "know your smileys":
2B|^2B Message from Shakespeare
/// 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/20220223105311.40A1E1C16F6%40moolenaar.net.