To: vim_dev@googlegroups.com Subject: Patch 8.2.2678 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///