comparison src/testdir/test_terminal.vim @ 12156:ee8ead988f2c v8.0.0958

patch 8.0.0958: terminal test fails on Windows when winpty dll is missing commit https://github.com/vim/vim/commit/ea5d6fadbbba614e51e819cb537a3d52600bfcc5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 18 21:07:11 2017 +0200 patch 8.0.0958: terminal test fails on Windows when winpty dll is missing Problem: The terminal test fails on MS-Windows when compiled with the terminal feature but the winpty DLL is missing. Solution: Check if the terminal feature works. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Fri, 18 Aug 2017 21:15:04 +0200
parents 71e10b81226d
children f512c507b061
comparison
equal deleted inserted replaced
12155:e5bb354c7177 12156:ee8ead988f2c
1 " Tests for the terminal window. 1 " Tests for the terminal window.
2 2
3 if !exists('*term_start') 3 if !has('terminal')
4 finish 4 finish
5 endif 5 endif
6 6
7 source shared.vim 7 source shared.vim
8 8