Mercurial > vim
view src/testdir/gui_init.vim @ 21945:9998f4e44a73 v8.2.1522
patch 8.2.1522: not enough test coverage for the spell file handling
Commit: https://github.com/vim/vim/commit/c8ec5fe56fc30201c889ca577bf1e69823fadb2a
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Aug 24 20:28:56 2020 +0200
patch 8.2.1522: not enough test coverage for the spell file handling
Problem: Not enough test coverage for the spell file handling.
Solution: Add spell file tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6763)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 24 Aug 2020 20: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