0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.1.1829: difference in screenshots

Problem:    Difference in screenshots.
Solution:   Update screenshots.  Change checks in a few more tests.
            (closes #4789)
This commit is contained in:
Bram Moolenaar 2019-08-08 21:52:39 +02:00
parent 5184132ec0
commit 39de6413c8
9 changed files with 12 additions and 15 deletions

View File

@ -1,5 +1,5 @@
|o+0&#ffffff0|n|e| @71
|t|w|o| @1|╔+0#0000001#ffd7ff255| |X|t|a|g|f|i|l|e| |═@30|X| +0#0000000#ffffff0@26
|#|i|n|c|l|╔+0#0000001#ffd7ff255| |X|t|a|g|f|i|l|e| |═@30|X| +0#0000000#ffffff0@26
|t|h|r|e@1|║+0#0000001#ffd7ff255|2|0| @37| +0#0000000#a8a8a8255|║+0#0000001#ffd7ff255| +0#0000000#ffffff0@26
|f|o|u|r| |║+0#0000001#ffd7ff255|t|h|e|w|o|r|d| |i|s| |h|e|r|e| @24| +0#0000000#a8a8a8255|║+0#0000001#ffd7ff255| +0#0000000#ffffff0@26
|f|i|v|e| |║+0#0000001#ffd7ff255|2@1| @37| +0#0000000#0000001|║+0#0000001#ffd7ff255| +0#0000000#ffffff0@26

View File

@ -1,5 +1,5 @@
|o+0&#ffffff0|n|e| @71
|t|w|o| @71
|#|i|n|c|l|u|d|e| |"|X|h|e|a|d|e|r|.|h|"| @54
|t|h|r|e@1| @69
|f|o|u|r| @3|╔+0#0000001#ffd7ff255| |X|t|a|g|f|i|l|e| |═@30|X| +0#0000000#ffffff0@23
|f|i|v|e| @3|║+0#0000001#ffd7ff255|2|7| @37| +0#0000000#a8a8a8255|║+0#0000001#ffd7ff255| +0#0000000#ffffff0@23

View File

@ -1,5 +1,5 @@
|o+0&#ffffff0|n|e| @71
|t|w|o| @71
|#|i|n|c|l|u|d|e| |"|X|h|e|a|d|e|r|.|h|"| @54
|t|h|r|e@1| @69
|f|o|u|r| @9|╔+0#0000001#ffd7ff255| |X|t|a|g|f|i|l|e| |═@30|X| +0#0000000#ffffff0@17
|f|i|v|e| @9|║+0#0000001#ffd7ff255|2|7| @37| +0#0000000#a8a8a8255|║+0#0000001#ffd7ff255| +0#0000000#ffffff0@17

View File

@ -1,5 +1,5 @@
|o+0&#ffffff0|n|e| @71
|t|w|o| @71
|#|i|n|c|l|u|d|e| |"|X|h|e|a|d|e|r|.|h|"| @54
|t|h|r|e@1| @69
|f|o|u|r| @70
|f|i|v|e| @27|╔+0#0000001#ffd7ff255| |X|t|a|g|f|i|l|e| |═@30|X

View File

@ -1,5 +1,5 @@
|o+0&#ffffff0|n|e| @71
|t|w|o| @71
|#|i|n|c|l|u|d|e| |"|X|h|e|a|d|e|r|.|h|"| @54
|t|h|r|e@1| @69
|f|o|u|r| @70
|f|i|v|e| @27|╔+0#0000001#ffd7ff255| |t|e|s|t|d|i|r|/|X|t|a|g|f|i|l|e| |═@22|X

View File

@ -1,10 +1,7 @@
" Tests for 'ballooneval' in the GUI.
if !has('gui_running')
throw 'Skipped: only works in the GUI'
endif
source check.vim
CheckGui
CheckFeature balloon_eval
func Test_balloon_show_gui()

View File

@ -1,9 +1,8 @@
" Test for shortpathname ':8' extension.
" Only for use on Win32 systems!
if !has('win32')
throw 'Skipped: not on MS-Windows'
endif
source check.vim
CheckMSWindows
func TestIt(file, bits, expected)
let res = fnamemodify(a:file, a:bits)

View File

@ -1,8 +1,7 @@
" Test for $HOME on Windows.
if !has('win32')
throw 'Skipped: not on MS-Windows'
endif
source check.vim
CheckMSWindows
let s:env = {}

View File

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