Bram, this pull request fixes the occasional test_listlbr_utf8 failure on travis and appveyor:
- make sure encoding is in utf8 - do not use multibyte char literally, but use <C-V>uXXXX format to make sure fullwidth sign is created correctly - fix incorrect ok file to the correct expected output - remove dump of screen highlighting, since the values can be different (we are only testing, that the values differ, but the actual value does not matter and broke appveyor). Travis and appveyor have successfully run: https://ci.appveyor.com/project/chrisbra/vim/build/173 https://travis-ci.org/vim/vim/builds/95162836 You can get the patch from here: https://github.com/vim/vim/pull/518 or as patchfile https://github.com/vim/vim/pull/518.patch Best, Christian -- -- 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.
