mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
patch 8.1.1042: the paste test doesn't work properly in the Windows console
Problem: The paste test doesn't work properly in the Windows console. Solution: Disable the test.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
" Tests for bracketed paste and other forms of pasting.
|
" Tests for bracketed paste and other forms of pasting.
|
||||||
|
|
||||||
" Bracketed paste only works with "xterm". Not in GUI.
|
" Bracketed paste only works with "xterm". Not in GUI or Windows console.
|
||||||
if has('gui_running')
|
if has('gui_running') || has('win32')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
set term=xterm
|
set term=xterm
|
||||||
|
@@ -775,6 +775,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1042,
|
||||||
/**/
|
/**/
|
||||||
1041,
|
1041,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user