Mercurial > vim
view src/testdir/gui_init.vim @ 18094:a1396a35444c v8.1.2042
patch 8.1.2042: the evalfunc.c file is too big
Commit: https://github.com/vim/vim/commit/9c658c9eacbd97e2c071f652a0155f71db94c0f3
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Sep 15 21:00:54 2019 +0200
patch 8.1.2042: the evalfunc.c file is too big
Problem: The evalfunc.c file is too big.
Solution: Move getchar() and parse_queued_messages() to getchar.c.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 15 Sep 2019 21:15:03 +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