Patch 8.2.2678
Problem: Test for 'autoshelldir' does not reset the option.
Solution: Reset the option after testing.
Files: src/testdir/test_terminal3.vim
*** ../vim-8.2.2677/src/testdir/test_terminal3.vim 2021-03-29
20:49:01.486055361 +0200
--- src/testdir/test_terminal3.vim 2021-03-30 20:52:41.967717555 +0200
***************
*** 502,507 ****
--- 502,509 ----
let expected = tmpfolder
endif
call assert_equal(expected, getcwd(winnr()))
+
+ set noasd
endfunc
" Test for modeless selection in a terminal
*** ../vim-8.2.2677/src/version.c 2021-03-29 22:14:45.608788413 +0200
--- src/version.c 2021-03-30 20:53:57.859551172 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2678,
/**/
--
He who laughs last, thinks slowest.
/// 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/202103301855.12UIt0Sp1487942%40masaka.moolenaar.net.