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 7947312 commit 100f5c9Copy full SHA for 100f5c9
2 files changed
src/testdir/test_tabpage.vim
@@ -195,7 +195,7 @@ function Test_tabpage_with_tab_modifier()
195
exec 'tabnext ' . a:pre_nr
196
exec a:cmd
197
call assert_equal(a:post_nr, tabpagenr())
198
- call assert_equal('help', &filetype)
+ call assert_equal('help', &buftype)
199
helpclose
200
endfunc
201
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2339,
768
/**/
769
2338,
770
0 commit comments