We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a3bfa commit 82820d9Copy full SHA for 82820d9
src/testdir/test_terminal3.vim
@@ -502,6 +502,8 @@ func Test_terminal_sync_shell_dir()
502
let expected = tmpfolder
503
endif
504
call assert_equal(expected, getcwd(winnr()))
505
+
506
+ set noasd
507
endfunc
508
509
" Test for modeless selection in a terminal
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2678,
755
/**/
756
2677,
757
0 commit comments