view src/testdir/gui_init.vim @ 12397:2bac51746e2b v8.0.1078

patch 8.0.1078: using freed memory with ":hi Normal" commit https://github.com/vim/vim/commit/b4ea1914b8ca7c368253bd96e6b3cb9e3392da1c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 9 15:28:14 2017 +0200 patch 8.0.1078: using freed memory with ":hi Normal" Problem: Using freed memory with ":hi Normal". Solution: Get "item" again after updating the table.
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Sep 2017 15:30:04 +0200
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