Mercurial > vim
view src/testdir/gui_init.vim @ 19042:4be592d96c20 v8.2.0081
patch 8.2.0081: MS-Windows also need the change to support INIT4()
Commit: https://github.com/vim/vim/commit/467c32bd72efea09677f173fef7a3465d9ab7826
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jan 3 19:12:09 2020 +0100
patch 8.2.0081: MS-Windows also need the change to support INIT4()
Problem: MS-Windows also need the change to support INIT4().
Solution: Add the ctags arguments. (Ken Takata)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 03 Jan 2020 19:15:07 +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