Patch 8.2.1903

4 views
Skip to first unread message

Bram Moolenaar

unread,
Oct 25, 2020, 11:19:02 AM10/25/20
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages