summaryrefslogtreecommitdiffstats
path: root/src/testdir/gui_preinit.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-12 17:10:33 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-12 17:10:33 +0100
commit8774845ce1a7def122ea07c057a79417f3be3d17 (patch)
treec0ae2632287e08c330ceb462e38e7ca342df4f21 /src/testdir/gui_preinit.vim
parent454709baffd3205bf2b7d2519419675a122f2bd2 (diff)
patch 8.0.0447: getting font name does not work on X11v8.0.0447
Problem: Getting font name does not work on X11. Solution: Implement gui_mch_get_fontname() for X11. Add more GUI tests. (Kazunobu Kuriyama)
Diffstat (limited to 'src/testdir/gui_preinit.vim')
-rw-r--r--src/testdir/gui_preinit.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/gui_preinit.vim b/src/testdir/gui_preinit.vim
new file mode 100644
index 0000000000..c351b72461
--- /dev/null
+++ b/src/testdir/gui_preinit.vim
@@ -0,0 +1,7 @@
+" vimrc for test_gui_init.vim
+
+" Note that this flag must be added in the .vimrc file, before switching on
+" syntax or filetype recognition (when the |gvimrc| file is sourced the system
+" menu has already been loaded; the ":syntax on" and ":filetype on" commands
+" load the menu too).
+set guioptions+=M