Patch 8.0.1320
Problem: Popup test fails on GUI-only build.
Solution: Don't test balloon_split() when it's not available.
Files: src/testdir/test_popup.vim
*** ../vim-8.0.1319/src/testdir/test_popup.vim 2017-11-19 19:56:21.613895033
+0100
--- src/testdir/test_popup.vim 2017-11-19 20:31:59.121065760 +0100
***************
*** 704,709 ****
--- 704,712 ----
endfunc
func Test_balloon_split()
+ if !exists('*balloon_split')
+ return
+ endif
call assert_equal([
\ 'one two three four one two three four one two thre',
\ 'e four',
*** ../vim-8.0.1319/src/version.c 2017-11-19 20:13:01.618509073 +0100
--- src/version.c 2017-11-19 20:23:25.440940826 +0100
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1320,
/**/
--
Me? A skeptic? I trust you have proof.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.