xref: /vim-8.2.3635/src/testdir/gui_preinit.vim (revision 8774845c)
1*8774845cSBram Moolenaar" vimrc for test_gui_init.vim
2*8774845cSBram Moolenaar
3*8774845cSBram Moolenaar" Note that this flag must be added in the .vimrc file, before switching on
4*8774845cSBram Moolenaar" syntax or filetype recognition (when the |gvimrc| file is sourced the system
5*8774845cSBram Moolenaar" menu has already been loaded; the ":syntax on" and ":filetype on" commands
6*8774845cSBram Moolenaar" load the menu too).
7*8774845cSBram Moolenaarset guioptions+=M
8