blob: 760ac675cd171f54be6cf3c2186a28400049ca74 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001Tests for resetting "secure" flag after GUI has started.
Bram Moolenaar4399ef42005-02-12 14:29:27 +00002For KDE set a font, empty 'guifont' may cause a hang.
Bram Moolenaar071d4272004-06-13 20:20:40 +00003
4STARTTEST
Bram Moolenaarff136102015-01-20 12:14:01 +01005:so small.vim
Bram Moolenaar172ddb62012-10-11 04:44:33 +02006:if $DISPLAY == "" | e! test.ok | wq! test.out | endif
Bram Moolenaar071d4272004-06-13 20:20:40 +00007:set exrc secure
Bram Moolenaar4399ef42005-02-12 14:29:27 +00008:if has("gui_kde")
9: set guifont=Courier\ 10\ Pitch/8/-1/5/50/0/0/0/0/0
10:endif
Bram Moolenaar071d4272004-06-13 20:20:40 +000011:gui -f
12:.,$w! test.out
13:qa!
14ENDTEST
15
16 just some text