mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.0.0233: paste test fails in the GUI
Problem: The paste test fails if the GUI is being used. Solution: Skip the test in the GUI.
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
" Tests for bracketed paste.
|
" Tests for bracketed paste.
|
||||||
|
|
||||||
" Bracketed paste only works with "xterm".
|
" Bracketed paste only works with "xterm". Not in GUI.
|
||||||
|
if has('gui_running')
|
||||||
|
finish
|
||||||
|
endif
|
||||||
set term=xterm
|
set term=xterm
|
||||||
|
|
||||||
func Test_paste_normal_mode()
|
func Test_paste_normal_mode()
|
||||||
|
@@ -764,6 +764,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 */
|
||||||
|
/**/
|
||||||
|
233,
|
||||||
/**/
|
/**/
|
||||||
232,
|
232,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user