Patch 8.2.5165
Problem: Import test fails because 'diffexpr' isn't reset.
Solution: Reset 'diffexpr'.
Files: src/testdir/test_vim9_import.vim
*** ../vim-8.2.5164/src/testdir/test_vim9_import.vim 2022-05-26
19:54:02.187958880 +0100
--- src/testdir/test_vim9_import.vim 2022-06-26 17:59:12.931906989 +0100
***************
*** 1234,1239 ****
--- 1234,1241 ----
redraw
diffoff!
+ set diffexpr=
+ set diffopt&
bwipe!
bwipe!
delete('Xdiffexpr')
*** ../vim-8.2.5164/src/version.c 2022-06-26 16:53:30.993226158 +0100
--- src/version.c 2022-06-26 18:00:37.463884149 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 5165,
/**/
--
hundred-and-one symptoms of being an internet addict:
8. You spend half of the plane trip with your laptop on your lap...and your
child in the overhead compartment.
/// 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/20220626170130.D78C51C4808%40moolenaar.net.