On Wed, Nov 26, 2014 at 5:13 AM, Christian Brabandt <[email protected]> wrote: > That bug you reported actually is the same, just that the mentioned > patch does not fix it for your situation. (since I forgot to reset the > linebreak for the couple of times, where the screen is redrawn. That > should be fixed with this patch). > > Here is an update. Please test with that patch (should apply cleanly on > top of master).
Tested, with this result: >> Line 3 is redrawn with 'nolinebreak' when doing either of these two: >> - Go to line 10, then do y5j Still buggy. >> - Visual-line-select lines 10 to 15, hit y Bug fixed. Just to be sure that I applied your patch on top of the latest vim: ~/code/vim $ hg log --limit 1 changeset: 6393:661e95466448 tag: tip user: Bram Moolenaar <[email protected]> date: Sun Nov 23 15:57:49 2014 +0100 summary: Added tag v7-4-527 for changeset 2bb019eb60ca ~/code/vim $ md5sum src/normal.c dbde3ee4100f800b865e278ef81d6d99 src/normal.c :ver VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 26 2014 15:11:20) Included patches: 1-527 nazri -- -- 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.
