comparison src/testdir/test_gui.vim @ 25112:c39a64bc5ca2 v8.2.3093

patch 8.2.3093: tablabel_tooltip test fails with Athena Commit: https://github.com/vim/vim/commit/fb773a3e0aa9466bb953c29bad0bf4ba34461a40 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 3 21:37:59 2021 +0200 patch 8.2.3093: tablabel_tooltip test fails with Athena Problem: tablabel_tooltip test fails with Athena. (Dominique Pell?) Solution: Skip the test when using Athena. (closes https://github.com/vim/vim/issues/8508)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Jul 2021 21:45:03 +0200
parents 54c0cb81e6a7
children 4d3c68196d05
comparison
equal deleted inserted replaced
25111:21bf9393bbb7 25112:c39a64bc5ca2
1116 let bufnrlist = tabpagebuflist(v:lnum) 1116 let bufnrlist = tabpagebuflist(v:lnum)
1117 return bufname(bufnrlist[tabpagewinnr(v:lnum) - 1]) 1117 return bufname(bufnrlist[tabpagewinnr(v:lnum) - 1])
1118 endfunc 1118 endfunc
1119 1119
1120 func Test_gui_tablabel_tooltip() 1120 func Test_gui_tablabel_tooltip()
1121 CheckNotFeature gui_athena
1122
1121 %bw! 1123 %bw!
1122 " Removing the tabline at the end of this test, reduces the window height by 1124 " Removing the tabline at the end of this test, reduces the window height by
1123 " one. Save and restore it after the test. 1125 " one. Save and restore it after the test.
1124 let save_lines = &lines 1126 let save_lines = &lines
1125 edit one 1127 edit one