mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.2.1194: test failure because shell prompt differs
Problem: Test failure because shell prompt differs. Solution: Set the shell prompt.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
|$+0&#ffffff0| @73
|
|v+0&#ffffff0|i|m|>| @70
|
||||||
@75
|
@75
|
||||||
@34|╔+0#0000001#ffd7ff255|═@3|╗| +0#0000000#ffffff0@34
|
@34|╔+0#0000001#ffd7ff255|═@3|╗| +0#0000000#ffffff0@34
|
||||||
@34|║+0#0000001#ffd7ff255|1@3|║| +0#0000000#ffffff0@34
|
@34|║+0#0000001#ffd7ff255|1@3|║| +0#0000000#ffffff0@34
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
|$+0&#ffffff0| @73
|
|v+0&#ffffff0|i|m|>| @70
|
||||||
@75
|
@75
|
||||||
@14|╔+0#0000001#ffd7ff255|═@3|╗| +0#0000000#ffffff0@54
|
@14|╔+0#0000001#ffd7ff255|═@3|╗| +0#0000000#ffffff0@54
|
||||||
@14|║+0#0000001#ffd7ff255|1@3|║| +0#0000000#ffffff0@54
|
@14|║+0#0000001#ffd7ff255|1@3|║| +0#0000000#ffffff0@54
|
||||||
|
@@ -585,6 +585,7 @@ func Test_popup_drag_termwin()
|
|||||||
" create a popup that covers the terminal window
|
" create a popup that covers the terminal window
|
||||||
let lines =<< trim END
|
let lines =<< trim END
|
||||||
set shell=/bin/sh noruler
|
set shell=/bin/sh noruler
|
||||||
|
let $PS1 = 'vim> '
|
||||||
terminal
|
terminal
|
||||||
$wincmd w
|
$wincmd w
|
||||||
let winid = popup_create(['1111', '2222'], #{
|
let winid = popup_create(['1111', '2222'], #{
|
||||||
|
@@ -754,6 +754,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 */
|
||||||
|
/**/
|
||||||
|
1194,
|
||||||
/**/
|
/**/
|
||||||
1193,
|
1193,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user