Hirohito Higashi wrote: > Hi Bram and Vim developers, > > 2015/4/22(Wed) 2:12:31 UTC+9 Bram Moolenaar: > > David Bürgin wrote: > > > > > On Tuesday, April 21, 2015 at 6:35:26 PM UTC+2, Bram Moolenaar wrote: > > > > Patch 7.4.710 > > > > Problem: It is not possible to make spaces visibible in list mode. > > > > Solution: Add the "space" item to 'listchars'. (David Bürgin, issue > > > > 350) > > > > Files: runtime/doc/options.txt, src/globals.h, src/message.h, > > > > src/screen.c, src/testdir/test_listchars.in, > > > > src/testdir/test_listchars.ok, src/testdir/Make_amiga.mak, > > > > src/testdir/Make_dos.mak, src/testdir/Make_ming.mak, > > > > src/testdir/Make_os2.mak, src/testdir/Make_vms.mms, > > > > src/testdir/Makefile > > > > > > Well, three cheers to that! > > > > > > Unfortunately one hunk in option.c is missing so it doesn't work yet. > > > > Oops, was missing from the list of files. > > test_listchars FAILED. > > 7.4.710 patch only correspond to the ':set list'. > Does not correspond to the ':list'. > > But test_listchars test the ':list'. > > I wrote a patch. > Please include this.
I actually had this change, that's why the tests passed for me. Should change my setup to run the tests on the commited repository... Well, that's slowing me down. Can rely on the continuous build out there. -- If you had to identify, in one word, the reason why the human race has not achieved, and never will achieve, its full potential, that word would be "meetings." /// 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.
