Skip to content

Commit 82820d9

Browse files
committed
patch 8.2.2678: test for 'autoshelldir' does not reset the option
Problem: Test for 'autoshelldir' does not reset the option. Solution: Reset the option after testing.
1 parent 38a3bfa commit 82820d9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/testdir/test_terminal3.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,8 @@ func Test_terminal_sync_shell_dir()
502502
let expected = tmpfolder
503503
endif
504504
call assert_equal(expected, getcwd(winnr()))
505+
506+
set noasd
505507
endfunc
506508

507509
" Test for modeless selection in a terminal

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2678,
753755
/**/
754756
2677,
755757
/**/

0 commit comments

Comments
 (0)