Christian Brabandt wrote: > On Do, 17 Dez 2015, Bram Moolenaar wrote: > > It appears the test passes with or without the fix. Best would be that > > it fails without the fix. > > It failed for me: > > --- test_listlbr.ok 2015-12-17 21:40:47.688783858 +0100 > +++ test.out 2015-12-17 21:40:52.642362245 +0100 > @@ -56,7 +56,7 @@ > a aaaaaaaaaaaaaaaaaaaaaa a > > Test 12: set linebreak list listchars=space:_,tab:>-,tail:-,eol:$ > -a_ > -aaaaaaaaaaaaaaaaaaaa > -aa>-----a-$ > +a_aaaaaaaaaaaaaaaaaa > +aaaa>-------a-$ > +~ > ~ > rm -rf X* test.ok viminfo
Ah, my Vim did not have the conceal feature, it bails out early then. -- Facepalm statement #9: "Did you see, there is now even a hobbit book" /// Bram Moolenaar -- [email protected] -- 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 /// -- -- 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.
