]> granicus.if.org Git - vim/commitdiff
patch 7.4.2276 v7.4.2276
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2016 11:38:54 +0000 (13:38 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2016 11:38:54 +0000 (13:38 +0200)
Problem:    Command line test fails on Windows when run twice.
Solution:   Wipe the buffer so that the directory can be deleted.

src/testdir/test_cmdline.vim
src/version.c

index f6721d523aff5e4cadcd33b2a8ea834412ac5cdb..4bacf5721dd2f7085be6937b555b4ffe547f5194 100644 (file)
@@ -186,5 +186,6 @@ func Test_expand_star_star()
   call writefile(['asdfasdf'], 'a/b/fileXname')
   call feedkeys(":find **/fileXname\<Tab>\<CR>", 'xt')
   call assert_equal('find a/b/fileXname', getreg(':'))
+  bwipe!
   call delete('a', 'rf')
 endfunc
index 152e7b74d628d5604d7c0e0b93e670a57235d2db..60b137450cb64f43f82c41f876cd148e9d17b5e8 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2276,
 /**/
     2275,
 /**/