Mercurial > vim
view src/testdir/test16.in @ 2066:2bd96108392e v7.2.351
updated for version 7.2.351
Problem: Can't build with some compilers.
Solution: Move the #ifdef outside of a macro. Cleanup the code.
author | Bram Moolenaar <bram@zimbu.org> |
---|---|
date | Thu, 28 Jan 2010 22:58:16 +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