view src/testdir/gui_init.vim @ 28093:3fd6b3ebe0b7 v8.2.4571

patch 8.2.4571: not all gdb files are recognized Commit: https://github.com/vim/vim/commit/8d5e514d77bd4b1956656ad2be2ce7094bd43a72 Author: Jade Lovelace <software@lfcode.ca> Date: Tue Mar 15 12:00:23 2022 +0000 patch 8.2.4571: not all gdb files are recognized Problem: Not all gdb files are recognized. Solution: Add a few more patterns for gdb. (Jade Lovelace, closes https://github.com/vim/vim/issues/9956)
author Bram Moolenaar <Bram@vim.org>
date Tue, 15 Mar 2022 13:15:04 +0100
parents d8a550329a97
children 9849df834f1d
line wrap: on
line source

" gvimrc for test_gui_init.vim

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