To: vim_dev@googlegroups.com Subject: Patch 9.0.0654 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0654 Problem: Breakindent test fails. Solution: Temporarily accept wrong result. Files: src/testdir/test_breakindent.vim *** ../vim-9.0.0653/src/testdir/test_breakindent.vim 2022-10-03 17:07:29.993542954 +0100 --- src/testdir/test_breakindent.vim 2022-10-03 22:07:31.484253618 +0100 *************** *** 686,693 **** norm! 5gj redraw! let lines = s:screen_lines(1, 20) let expect = [ ! \ "<<< aaaaaaaaaaaaaaaa", \ " aaaaaaaaaaaaaaaa", \ " aaaaaaaaaaaaaaaa", \ ] --- 686,694 ---- norm! 5gj redraw! let lines = s:screen_lines(1, 20) + " FIXME: this is not the right result let expect = [ ! \ "<<