Patch 8.2.1903 (after 8.2.1902)
Problem: Buffer test fails with normal features.
Solution: Use 'numberwidth' instead of 'conceallevel' in the test.
Files: src/testdir/test_buffer.vim
*** ../vim-8.2.1902/src/testdir/test_buffer.vim 2020-10-25 15:02:47.955867035
+0100
--- src/testdir/test_buffer.vim 2020-10-25 16:16:49.547249332 +0100
***************
*** 364,374 ****
func Test_badd_options()
new SomeNewBuffer
! setlocal cole=3
wincmd p
badd SomeNewBuffer
new SomeNewBuffer
! call assert_equal(3, &cole)
close
close
bwipe! SomeNewBuffer
--- 364,374 ----
func Test_badd_options()
new SomeNewBuffer
! setlocal numberwidth=3
wincmd p
badd SomeNewBuffer
new SomeNewBuffer
! call assert_equal(3, &numberwidth)
close
close
bwipe! SomeNewBuffer
*** ../vim-8.2.1902/src/version.c 2020-10-25 15:02:47.955867035 +0100
--- src/version.c 2020-10-25 16:18:10.378966848 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 1903,
/**/
--
hundred-and-one symptoms of being an internet addict:
127. You bring your laptop and cellular phone to church.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202010251518.09PFIrrM1318418%40masaka.moolenaar.net.