To: vim_dev@googlegroups.com Subject: Patch 8.0.1509 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1509 (after 8.0.1508) Problem: Test for failing drag-n-drop command no longer fails. Solution: Check for the "dnd" feature. Files: src/testdir/test_normal.vim *** ../vim-8.0.1508/src/testdir/test_normal.vim 2018-02-12 22:07:45.597058125 +0100 --- src/testdir/test_normal.vim 2018-02-12 22:45:28.305685350 +0100 *************** *** 2176,2182 **** endfunc func! Test_normal45_drop() ! " basic test for :drop command " unfortunately, without a gui, we can't really test much here, " so simply test that ~p fails (which uses the drop register) new --- 2176,2186 ---- endfunc func! Test_normal45_drop() ! if !has('dnd') ! return ! endif ! ! " basic test for drag-n-drop " unfortunately, without a gui, we can't really test much here, " so simply test that ~p fails (which uses the drop register) new *** ../vim-8.0.1508/src/version.c 2018-02-12 22:07:45.597058125 +0100 --- src/version.c 2018-02-12 22:48:47.827020975 +0100 *************** *** 773,774 **** --- 773,776 ---- { /* Add new patch number below this line */ + /**/ + 1509, /**/ -- "Hegel was right when he said that we learn from history that man can never learn anything from history." (George Bernard Shaw) /// 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 ///