Patch 9.0.0760 (after 9.0.0758)
Problem: Display test for 'listchars' "precedes" fails.
Solution: Correct the expected result.
Files: src/testdir/test_display.vim
*** ../vim-9.0.0759/src/testdir/test_display.vim 2022-10-04
20:35:14.511103246 +0100
--- src/testdir/test_display.vim 2022-10-15 14:23:11.233113830 +0100
***************
*** 143,149 ****
let lines = ScreenLines([1,10], winwidth(0)+1)
let expect = [
! \ "<<<a aaa a|",
\ "a aaa aaa |",
\ "aa aaa aaa|",
\ " aa aaa aa|",
--- 143,149 ----
let lines = ScreenLines([1,10], winwidth(0)+1)
let expect = [
! \ "<aaa aaa a|",
\ "a aaa aaa |",
\ "aa aaa aaa|",
\ " aa aaa aa|",
*** ../vim-9.0.0759/src/version.c 2022-10-15 14:17:33.833656507 +0100
--- src/version.c 2022-10-15 14:23:59.389033279 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 760,
/**/
--
ARTHUR: But if he was dying, he wouldn't bother to carve
"Aaaaarrrrrrggghhh". He'd just say it.
BROTHER MAYNARD: It's down there carved in stone.
GALAHAD: Perhaps he was dictating.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221015132455.9E4D71C05ED%40moolenaar.net.