view src/testdir/gui_init.vim @ 33019:04c75e67ca30 v9.0.1801

patch 9.0.1801: Vim9 instanceof() fails in a def func Commit: https://github.com/vim/vim/commit/b49ad28d731551ddbd5cc57f9c77d0df085ae845 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Aug 27 19:08:40 2023 +0200 patch 9.0.1801: Vim9 instanceof() fails in a def func Problem: Vim9 instanceof() fails in a def func Solution: allow Objects in compile time check closes: #12907 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2023 19:15:07 +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