view src/testdir/gui_init.vim @ 28702:99729fe344f7 v8.2.4875

patch 8.2.4875: MS-Windows: some .exe files are not recognized Commit: https://github.com/vim/vim/commit/40fd7e665260c9227d6d90b17a301a1bc47f7f5b Author: LemonBoy <thatlemon@gmail.com> Date: Thu May 5 20:18:16 2022 +0100 patch 8.2.4875: MS-Windows: some .exe files are not recognized Problem: MS-Windows: some .exe files are not recognized. Solution: Parse APPEXECLINK junctions. (closes https://github.com/vim/vim/issues/10302)
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 May 2022 21:30:03 +0200
parents 9849df834f1d
children
line wrap: on
line source

" gvimrc for test_gui_init.vim

if has('gui_motif') || has('gui_gtk2') || has('gui_gtk3')
  set guiheadroom=0
  set guioptions+=p
endif