mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25: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.
|
||||
|
||||
" 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()
|
||||
|
Reference in New Issue
Block a user