Mercurial > vim
annotate src/testdir/test16.in @ 4437:eb6ab7e78925
Update runtime files.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 17 May 2013 18:14:19 +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 |