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 669a828 commit 7221fceCopy full SHA for 7221fce
2 files changed
src/testdir/test_popup.vim
@@ -704,6 +704,9 @@ func Test_popup_and_preview_autocommand()
704
endfunc
705
706
func Test_balloon_split()
707
+ if !exists('*balloon_split')
708
+ return
709
+ endif
710
call assert_equal([
711
\ 'one two three four one two three four one two thre',
712
\ 'e four',
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1320,
776
/**/
777
1319,
778
0 commit comments