To: vim_dev@googlegroups.com Subject: Patch 7.4.1724 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///