We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295e3ba commit 832615bCopy full SHA for 832615b
2 files changed
src/testdir/test_paste.vim
@@ -1,7 +1,7 @@
1
" Tests for bracketed paste and other forms of pasting.
2
3
-" Bracketed paste only works with "xterm". Not in GUI.
4
-if has('gui_running')
+" Bracketed paste only works with "xterm". Not in GUI or Windows console.
+if has('gui_running') || has('win32')
5
finish
6
endif
7
set term=xterm
src/version.c
@@ -775,6 +775,8 @@ static char *(features[]) =
775
776
static int included_patches[] =
777
{ /* Add new patch number below this line */
778
+/**/
779
+ 1042,
780
/**/
781
1041,
782
0 commit comments