To: vim_dev@googlegroups.com Subject: Patch 7.4.2124 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2124 Problem: diffmode test leaves files behind, breaking another test. Solution: Delete the files. Files: src/testdir/test_diffmode.vim *** ../vim-7.4.2123/src/testdir/test_diffmode.vim 2016-07-30 16:16:08.446473145 +0200 --- src/testdir/test_diffmode.vim 2016-07-30 16:32:07.337294701 +0200 *************** *** 145,150 **** --- 145,152 ---- call assert_equal(0, &cursorbind) call assert_equal(1, &wrap) + call delete('Xtest') + call delete('Xtest2') windo bw! endfunc *** ../vim-7.4.2123/src/version.c 2016-07-30 16:16:08.446473145 +0200 --- src/version.c 2016-07-30 16:35:07.383547523 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2124, /**/ -- Females are strictly forbidden to appear unshaven in public. [real standing law in New Mexico, United States of America] /// 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 ///