view src/testdir/test16.in @ 3218:0f193ef0f429 v7.3.379

updated for version 7.3.379 Problem: C-indenting wrong for static enum. Solution: Skip over "static". (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Dec 2011 20:05:21 +0100
parents 8b0ee9d57d7f
children 0545dab1517f
line wrap: on
line source

Tests for resetting "secure" flag after GUI has started.
For KDE set a font, empty 'guifont' may cause a hang.

STARTTEST
:set exrc secure
:if has("gui_kde")
:  set guifont=Courier\ 10\ Pitch/8/-1/5/50/0/0/0/0/0
:endif
:gui -f
:.,$w! test.out
:qa!
ENDTEST

	just some text