Patch 8.1.1042
Problem: The paste test doesn't work properly in the Windows console.
Solution: Disable the test.
Files: src/testdir/test_paste.vim
*** ../vim-8.1.1041/src/testdir/test_paste.vim 2018-03-13 15:39:16.000000000
+0100
--- src/testdir/test_paste.vim 2019-03-23 13:25:04.277287476 +0100
***************
*** 1,7 ****
" Tests for bracketed paste and other forms of pasting.
! " Bracketed paste only works with "xterm". Not in GUI.
! if has('gui_running')
finish
endif
set term=xterm
--- 1,7 ----
" Tests for bracketed paste and other forms of pasting.
! " Bracketed paste only works with "xterm". Not in GUI or Windows console.
! if has('gui_running') || has('win32')
finish
endif
set term=xterm
*** ../vim-8.1.1041/src/version.c 2019-03-23 12:59:36.262661906 +0100
--- src/version.c 2019-03-23 13:26:06.392906662 +0100
***************
*** 777,778 ****
--- 777,780 ----
{ /* Add new patch number below this line */
+ /**/
+ 1042,
/**/
--
hundred-and-one symptoms of being an internet addict:
100. The most exciting sporting events you noticed during summer 1996
was Netscape vs. Microsoft.
/// 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.