> Hi Lucas! > > On Mi, 02 Sep 2015, Lucas Buchala wrote: > > On Tue, Jul 28, 2015 at 12:16 PM, Bram Moolenaar <Bram@...> wrote: > > > > > 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 > > > I don't know if this is relevant or not, but both patches 7.4.802 and > > 7.4.809 do not apply cleanly. The changes to src/testdir/test39.in > > gets rejected and patch exits with non-zero exit status. > > > It may be harmless. Sorry if this was already reported. > > From what version are you applying the patch? > Can you show the message / reject file?
Hi, I don't think this has ever been fixed. I can't apply patches 802 and 809 either, because both appear to use UTF-8 to encode the ß in youtußeuu, while the test39.in I have uses ISO8859-1. I can apply both patches cleanly after converting them with iconv, e.g. iconv -f UTF-8 -t iso8859-1 7.4.802 > 7.4.802.fixed In case it still matters, I'm trying to apply all 7.4 patches in numerical order, and it is the first hunk of each patch that fails. rainer -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
