Patch 7.4.1724 (after 7.4.1723)
Problem: Tabline test fails in GUI.
Solution: Remove 'e' from 'guioptions'.
Files: src/testdir/test_tabline.vim
*** ../vim-7.4.1723/src/testdir/test_tabline.vim 2016-04-11
21:54:58.497878752 +0200
--- src/testdir/test_tabline.vim 2016-04-11 22:47:00.880921468 +0200
***************
*** 14,19 ****
--- 14,22 ----
endfunction
function! Test_caught_error_in_tabline()
+ if has('gui')
+ set guioptions-=e
+ endif
let showtabline_save = &showtabline
set showtabline=2
let s:func_in_tabline_called = 0
***************
*** 27,32 ****
--- 30,38 ----
endfunction
function! Test_tabline_will_be_disabled_with_error()
+ if has('gui')
+ set guioptions-=e
+ endif
let showtabline_save = &showtabline
set showtabline=2
let s:func_in_tabline_called = 0
*** ../vim-7.4.1723/src/version.c 2016-04-11 21:54:58.501878710 +0200
--- src/version.c 2016-04-11 22:48:17.572105024 +0200
***************
*** 750,751 ****
--- 750,753 ----
{ /* Add new patch number below this line */
+ /**/
+ 1724,
/**/
--
hundred-and-one symptoms of being an internet addict:
262. Your computer has it's own phone line - but your daughter doesn't.
/// 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.