comparison src/testdir/test16.in @ 6512:f2978794e801 v7.4.583

updated for version 7.4.583 Problem: With tiny features test 16 may fail. Solution: Source small.vim. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 20 Jan 2015 12:14:01 +0100
parents 0545dab1517f
children
comparison
equal deleted inserted replaced
6511:93bd50cf263b 6512:f2978794e801
1 Tests for resetting "secure" flag after GUI has started. 1 Tests for resetting "secure" flag after GUI has started.
2 For KDE set a font, empty 'guifont' may cause a hang. 2 For KDE set a font, empty 'guifont' may cause a hang.
3 3
4 STARTTEST 4 STARTTEST
5 :so small.vim
5 :if $DISPLAY == "" | e! test.ok | wq! test.out | endif 6 :if $DISPLAY == "" | e! test.ok | wq! test.out | endif
6 :set exrc secure 7 :set exrc secure
7 :if has("gui_kde") 8 :if has("gui_kde")
8 : set guifont=Courier\ 10\ Pitch/8/-1/5/50/0/0/0/0/0 9 : set guifont=Courier\ 10\ Pitch/8/-1/5/50/0/0/0/0/0
9 :endif 10 :endif