mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -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.
|
||||
|
||||
" Bracketed paste only works with "xterm".
|
||||
" Bracketed paste only works with "xterm". Not in GUI.
|
||||
if has('gui_running')
|
||||
finish
|
||||
endif
|
||||
set term=xterm
|
||||
|
||||
func Test_paste_normal_mode()
|
||||
|
@@ -764,6 +764,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
233,
|
||||
/**/
|
||||
232,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user