view src/testdir/gui_init.vim @ 21664:60ba361a7fdb v8.2.1382

patch 8.2.1382: Vim9: using :import in filetype plugin gives an error Commit: https://github.com/vim/vim/commit/8e1986e3896cc8c2a05fc6291a39ebb275e1cebf Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 6 22:11:06 2020 +0200 patch 8.2.1382: Vim9: using :import in filetype plugin gives an error Problem: Vim9: using :import in filetype plugin gives an error. Solution: Allow commands with the EX_LOCK_OK flag. (closes https://github.com/vim/vim/issues/6636)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 Aug 2020 22:15:05 +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