To: vim_dev@googlegroups.com Subject: Patch 7.4.802 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.802 Problem: Using "A" in Visual mode while 'linebreak' is set is not tested. Solution: Add a test for this, verifies the problem is fixed. (Ingo Karkat) Files: src/testdir/test39.in, src/testdir/test39.ok *** ../vim-7.4.801/src/testdir/test39.in 2015-02-03 18:36:40.401033677 +0100 --- src/testdir/test39.in 2015-07-28 17:08:38.439175822 +0200 *************** *** 51,56 **** --- 51,62 ---- :exe ":norm! 012l\jjAx\" :set ve= enc=latin1 :.,/^$/w >> test.out + :" Test for single-line Visual block append at wrapped line with :set linebreak + Golong line: 40afoobar aTARGET at end + :set linebreak + :exe ":norm! $3B\eAx\" + :set nolinebreak + :.w >> test.out :" gUe must uppercase a whole word, also when ß changes to SS Gothe youtußeuu endYpk0wgUe :" gUfx must uppercase until x, inclusive. *** ../vim-7.4.801/src/testdir/test39.ok 2015-02-03 18:36:40.401033677 +0100 --- src/testdir/test39.ok 2015-07-28 17:07:28.151876184 +0200 *************** *** 30,35 **** --- 30,36 ---- x x line2 x x line3 + long line: foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar foobar TARGETx at end the YOUTUSSEUU end - yOUSSTUSSEXu - THE YOUTUSSEUU END *** ../vim-7.4.801/src/version.c 2015-07-28 14:42:41.177971415 +0200 --- src/version.c 2015-07-28 17:10:38.117983542 +0200 *************** *** 743,744 **** --- 743,746 ---- { /* Add new patch number below this line */ + /**/ + 802, /**/ -- Facepalm statement #2: "If there is a country without immigrants I'm going to move there" /// 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 ///