annotate src/testdir/test16.in @ 5261:b882d4b14e00
v7.4b.007
updated for version 7.4b.007
Problem: On 32 bit MS-Windows :perldo does not work.
Solution: Make sure time_t uses 32 bits. (Ken Takata)
author |
Bram Moolenaar <bram@vim.org> |
date |
Fri, 02 Aug 2013 16:10:32 +0200 |
parents |
0545dab1517f |
children |
f2978794e801 |
rev |
line source |
7
|
1 Tests for resetting "secure" flag after GUI has started.
|
164
|
2 For KDE set a font, empty 'guifont' may cause a hang.
|
7
|
3
|
|
4 STARTTEST
|
3861
|
5 :if $DISPLAY == "" | e! test.ok | wq! test.out | endif
|
7
|
6 :set exrc secure
|
164
|
7 :if has("gui_kde")
|
|
8 : set guifont=Courier\ 10\ Pitch/8/-1/5/50/0/0/0/0/0
|
|
9 :endif
|
7
|
10 :gui -f
|
|
11 :.,$w! test.out
|
|
12 :qa!
|
|
13 ENDTEST
|
|
14
|
|
15 just some text
|