New year, Bram and Kazunobu, 2016-1-3(Sun) 14:21:50 UTC+9 Kazunobu Kuriyama: > Looks this patch causes a test31 failure against the small build, which we've > been seeing on the Travis CI result of the GitHub repo.
The +listcmds feature (e.g. Ex-command :bdelete, :bwipeout, :bunload, ...) can be used only in the features normal or later. Sorry, My mistake. I wrote a patch. Please check and include it. Thanks for reporting this. -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- 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.
diff --git a/src/testdir/test31.in b/src/testdir/test31.in index 3ba8431..ff5a499 100644 --- a/src/testdir/test31.in +++ b/src/testdir/test31.in @@ -10,7 +10,7 @@ Test for commands that close windows and/or buffers: :edit STARTTEST -:so tiny.vim +:so small.vim GA 1:$w! Xtest1 $r2:$w! Xtest2 $r3:$w! Xtest3
