view src/testdir/gui_init.vim @ 11038:c8b49300c6b7 v8.0.0408

patch 8.0.0408: updating folds does not always work properly commit https://github.com/vim/vim/commit/eadbc2b46176e2aff2cde5f3874b734ae2ae082a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 4 18:42:39 2017 +0100 patch 8.0.0408: updating folds does not always work properly Problem: Updating folds does not work properly when inserting a file and a few other situations. Solution: Adjust the way folds are updated. (Matthew Malcomson)
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Mar 2017 18:45:04 +0100
parents 4e2cdce4576c
children d8a550329a97
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
endif