To: vim_dev@googlegroups.com Subject: Patch 7.4.2276 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2276 Problem: Command line test fails on Windows when run twice. Solution: Wipe the buffer so that the directory can be deleted. Files: src/testdir/test_cmdline.vim *** ../vim-7.4.2275/src/testdir/test_cmdline.vim 2016-08-27 21:55:09.787084275 +0200 --- src/testdir/test_cmdline.vim 2016-08-28 13:34:01.445733950 +0200 *************** *** 186,190 **** --- 186,191 ---- call writefile(['asdfasdf'], 'a/b/fileXname') call feedkeys(":find **/fileXname\\", 'xt') call assert_equal('find a/b/fileXname', getreg(':')) + bwipe! call delete('a', 'rf') endfunc *** ../vim-7.4.2275/src/version.c 2016-08-27 22:40:38.527752224 +0200 --- src/version.c 2016-08-28 13:36:10.548633058 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2276, /**/ -- From "know your smileys": :'-D Laughing so much that they're crying /// 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 ///