To: vim_dev@googlegroups.com Subject: Patch 8.2.1903 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///