To: vim_dev@googlegroups.com Subject: Patch 9.0.0609 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0609 Problem: Blockedit test fails because of wrong indent. Solution: Adjust the expected text temporarily Files: src/testdir/test_blockedit.vim *** ../vim-9.0.0608/src/testdir/test_blockedit.vim 2021-11-27 22:46:46.000000000 +0000 --- src/testdir/test_blockedit.vim 2022-09-27 17:42:44.800654937 +0100 *************** *** 28,36 **** setlocal sw=2 et ft=vim setlocal indentkeys+=: exe "norm! 2Gf)\2jA: asdf\" let expected =<< trim END var d = { ! a: (): asdf => 0, b: (): asdf => 0, c: (): asdf => 0, } --- 28,37 ---- setlocal sw=2 et ft=vim setlocal indentkeys+=: exe "norm! 2Gf)\2jA: asdf\" + " FIXME: what do we really expect? let expected =<< trim END var d = { ! a: (): asdf => 0, b: (): asdf => 0, c: (): asdf => 0, } *************** *** 47,55 **** call setline(1, lines) setlocal sw=8 noet exe "norm! 2Gf)\2jA: asdf\" let expected =<< trim END var d = { ! a: (): asdf => 0, b: (): asdf => 0, c: (): asdf => 0, } --- 48,57 ---- call setline(1, lines) setlocal sw=8 noet exe "norm! 2Gf)\2jA: asdf\" + " FIXME: what do we really expect? let expected =<< trim END var d = { ! a: (): asdf => 0, b: (): asdf => 0, c: (): asdf => 0, } *** ../vim-9.0.0608/src/version.c 2022-09-27 16:27:56.100237745 +0100 --- src/version.c 2022-09-27 17:46:56.688831400 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 609, /**/ -- Some of the well known MS-Windows errors: EMEMORY Memory error caused by..., eh... ELICENSE Your license has expired, give us more money! EMOUSE Mouse moved, reinstall Windows EILLEGAL Illegal error, you are not allowed to see this EVIRUS Undetectable virus found /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///