0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -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:
Bram Moolenaar
2020-07-12 19:52:36 +02:00
parent 35910f2d54
commit a4dc6f92bb
4 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
|$+0&#ffffff0| @73
|v+0&#ffffff0|i|m|>| @70
@75
@34|╔+0#0000001#ffd7ff255|═@3|╗| +0#0000000#ffffff0@34
@34|║+0#0000001#ffd7ff255|1@3|║| +0#0000000#ffffff0@34

View File

@@ -1,4 +1,4 @@
|$+0&#ffffff0| @73
|v+0&#ffffff0|i|m|>| @70
@75
@14|╔+0#0000001#ffd7ff255|═@3|╗| +0#0000000#ffffff0@54
@14|║+0#0000001#ffd7ff255|1@3|║| +0#0000000#ffffff0@54

View File

@@ -585,6 +585,7 @@ func Test_popup_drag_termwin()
" create a popup that covers the terminal window
let lines =<< trim END
set shell=/bin/sh noruler
let $PS1 = 'vim> '
terminal
$wincmd w
let winid = popup_create(['1111', '2222'], #{

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1194,
/**/
1193,
/**/