comparison src/testdir/shared.vim @ 12566:33a900199c25 v8.0.1161

patch 8.0.1161: popup menu drawing problem when resizing terminal commit https://github.com/vim/vim/commit/a5e6621aadadf78c7b344e93a4b328788076f14c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 29 22:42:33 2017 +0200 patch 8.0.1161: popup menu drawing problem when resizing terminal Problem: Popup menu drawing problem when resizing terminal. Solution: Redraw after resizing also when a popup menu is visible. (Ozaki Kiichi, closes #2110)
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Sep 2017 22:45:03 +0200
parents 61a9642297cc
children 9359ed49d375
comparison
equal deleted inserted replaced
12565:657abf4f50ba 12566:33a900199c25
1 " Functions shared by several tests. 1 " Functions shared by several tests.
2
3 " Only load this script once.
4 if exists('*WaitFor')
5 finish
6 endif
2 7
3 " Get the name of the Python executable. 8 " Get the name of the Python executable.
4 " Also keeps it in s:python. 9 " Also keeps it in s:python.
5 func PythonProg() 10 func PythonProg()
6 " This test requires the Python command to run the test server. 11 " This test requires the Python command to run the test server.