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 -- [email protected] -- 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 ///
--
--
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.