0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -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:
Bram Moolenaar
2019-03-23 13:30:22 +01:00
parent 295e3ba31f
commit 832615be12
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
" Tests for bracketed paste and other forms of pasting.
" Bracketed paste only works with "xterm". Not in GUI.
if has('gui_running')
" Bracketed paste only works with "xterm". Not in GUI or Windows console.
if has('gui_running') || has('win32')
finish
endif
set term=xterm